WWW::Search::Google

WWW::Search::Google is a Perl module to search Google via SOAP.
Download

WWW::Search::Google Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Leon Brocard
  • Publisher web site:
  • http://search.cpan.org/~lbrocard/

WWW::Search::Google Tags


WWW::Search::Google Description

WWW::Search::Google is a Perl module to search Google via SOAP. WWW::Search::Google is a Perl module to search Google via SOAP.SYNOPSIS use WWW::Search; my $search = WWW::Search->new('Google', key => $key); $search->native_query("leon brocard"); while (my $result = $search->next_result()) { print $result->title, "n"; print $result->url, "n"; print $result->description, "n"; print "n"; }This class is a Google specialization of WWW::Search. It handles searching Google http://www.google.com/ using its new SOAP API http://www.google.com/apis/.All interaction should be done through WWW::Search objects.Note that you must register for a Google Web API account and have a valid Google API license key before using this module.This module reports errors via croak().This module uses Net::Google to do all the dirty work. Requirements: · Perl


WWW::Search::Google Related Software