Net::Google::Search

Net::Google::Search is a simple OOP-ish interface to the Google SOAP API for searching.
Download

Net::Google::Search Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Aaron Straup Cope
  • Publisher web site:
  • http://search.cpan.org/~ascope/Net-Flickr-Geo-0.72/lib/Net/Flickr/Geo/ModestMaps.pm

Net::Google::Search Tags


Net::Google::Search Description

Net::Google::Search is a simple OOP-ish interface to the Google SOAP API for searching. Net::Google::Search is a simple OOP-ish interface to the Google SOAP API for searching.SYNOPSIS use Net::Google::Search; my $search = Net::Google::Search->new(%args); $search->query(qw(aaron cope)); map { print $_->title()."n"; } @{$search->results()}; # or foreach my $r (@{$search->response()}) { print "Search time :".$r->searchTime()."n"; # returns an array ref of Result objects # the same as the $search->results() method map { print $_->URL()."n"; } @{$r->resultElement()} }Provides a simple OOP-ish interface to the Google SOAP API for searching.This package is used by Net::Google. Requirements: · Perl


Net::Google::Search Related Software