Main > Programming > Libraries >

Tie::Google 0.03

Tie::Google 0.03

Sponsored Links

Tie::Google 0.03 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.010 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1068
Date added: 2006-11-21
Publisher: Darren Chamberlain

Tie::Google 0.03 description

Tie::Google is a Perl module with single-variable access to Google search results.

SYNOPSIS

my $KEYFILE = glob "~/.googlekey";
my ($g, @g, %g);

# Tied array interface
tie @g, "Tie::Google", $KEYFILE, "perl";
for my $r (@g) {
printf " *,
$r->{URL}, $r->{title};
}

# Tied hash interface
tie %g, "Tie::Google", $KEYFILE;
for my $term (qw[ perl python ruby ]) {
my $res = $g{$term};
printf "%d results for %s:n", scalar @$res, $term;

for my $r (@$res) {
printf " * ,
$r->{URL}, $r->{title};
}
}

# Tied scalar interface: I Feel Lucky
use LWP::Simple qw(getprint);
tie $g, "Tie::Google", $KEYFILE, "perl";
getprint($g->{URL});

Tie::Google 0.03 Screenshot

Advertisements

Tie::Google 0.03 Keywords

Bookmark Tie::Google 0.03

Hyperlink code:
Link for forum:

Tie::Google 0.03 Copyright

WareSeeker periodically updates pricing and software information of Tie::Google 0.03 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 Tie::Google 0.03 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
CustomizeGoogle is a Firefox extension that enhance Google search results. Free Download
Zoogle provides a Z39.50 gateway to the Google Web index. Free Download
Kwiki::GoogleLink is a Perl module with easy links to Google searches. Free Download
DBD::Google is a Perl module to treat Google as a datasource for DBI. Free Download
WWW::Cache::Google is Perl module URI class for Google cache. Free Download
Google Search is a desktop tool with you can search anything you want on the Google engine direct from your desktop. Free Download
Siren is a music player for GNOME with an extremely minimalist interface. Free Download
Lyrics::Fetcher::Google is a Perl module to get some lyrics. Free Download