WWW::Search::FirstGov

A class for searching http://www.firstgov.gov
Download

WWW::Search::FirstGov Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Dennis Sutch
  • Publisher web site:
  • http://search.cpan.org/~sutch/Template-Plugin-Data-HTMLDumper-0.10/lib/Template/Plugin/Data/HTMLDumper.pm

WWW::Search::FirstGov Tags


WWW::Search::FirstGov Description

A class for searching http://www.firstgov.gov WWW::Search::FirstGov is a Perl class for searching http://www.firstgov.govSYNOPSIS use WWW::Search; my $search = new WWW::Search('FirstGov'); # cAsE matters my $query = WWW::Search::escape_query("uncle sam"); $search->native_query($query); while (my $result = $search->next_result()) { print $result->url, " "; }Class specialization of WWW::Search for searching http://www.firstgov.gov.FirstGov.gov can return up to 100 hits per page.This class exports no public interface; all interaction should be done through WWW::Search objects. Requirements: · Perl


WWW::Search::FirstGov Related Software