Main > Programming > Libraries >

Net::Google 1.0

Net::Google 1.0

Sponsored Links

Net::Google 1.0 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.016 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1074
Date added: 2006-11-20
Publisher: Aaron Straup Cope

Net::Google 1.0 description

Net::Google is a simple OOP-ish interface to the Google SOAP API.

SYNOPSIS

use Net::Google;
use constant LOCAL_GOOGLE_KEY => "********************************";

my $google = Net::Google->new(key=>LOCAL_GOOGLE_KEY);
my $search = $google->search();

# Search interface

$search->query(qw(aaron straup cope));
$search->lr(qw(en fr));
$search->starts_at(5);
$search->max_results(15);

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->resultElements()};
}

# Spelling interface

print $google->spelling(phrase=>"muntreal qwebec")->suggest(),"n";

# Cache interface

my $cache = $google->cache(url=>"http://search.cpan.org/recent");
print $cache->get();

Provides a simple OOP-ish interface to the Google SOAP API

Net::Google 1.0 Screenshot

Advertisements

Net::Google 1.0 Keywords

Bookmark Net::Google 1.0

Hyperlink code:
Link for forum:

Net::Google 1.0 Copyright

WareSeeker periodically updates pricing and software information of Net::Google 1.0 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Net::Google 1.0 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Net::Google::Cache is a simple OOP-ish interface to the Google SOAP API for cached documents. Free Download
Net::Google::tool is a base class for Net::Google service classes. Free Download
Net::Google::Search is a simple OOP-ish interface to the Google SOAP API for searching. Free Download
Tie::Google is a Perl module with single-variable access to Google search results. Free Download
Net::Google::Spelling is a simple OOP-ish interface to the Google SOAP API for spelling suggestions. Free Download
Net::Google::Service is a SOAP widget(s) for Net::Google. Free Download
Net::Google::Response is a simple OOP-ish interface to the Google SOAP API search responses. Free Download
Net::Blogger is an OOP-ish interface for accessing a weblog via the Blogger XML-RPC API. Free Download