WWW::Wikipedia

WWW::Wikipedia is an automated interface to the Wikipedia.
Download

WWW::Wikipedia Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Ed Summers and Brian Cassidy
  • Publisher web site:
  • http://search.cpan.org/~bricas/WWW-Wikipedia-1.94/lib/WWW/Wikipedia.pm

WWW::Wikipedia Tags


WWW::Wikipedia Description

WWW::Wikipedia is an automated interface to the Wikipedia. WWW::Wikipedia is an automated interface to the Wikipedia.SYNOPSIS use WWW::Wikipedia; my $wiki = WWW::Wikipedia->new(); ## search for 'perl' my $result = $wiki->search( 'perl' ); ## if the entry has some text print it out if ( $result->text() ) { print $result->text(); } ## list any related items we can look up print join( "n", $result->related() );WWW::Wikipedia provides an automated interface to the Wikipedia http://www.wikipedia.org, which is a free, collaborative, online encyclopedia. This module allows you to search for a topic and return the resulting entry. It also gives you access to related topics which are also available via the Wikipedia for that entry. Requirements: · Perl


WWW::Wikipedia Related Software