http://qs321.pair.com?node_id=930866


in reply to Re: Checking Google PageRank
in thread Checking Google PageRank

Method get returns an empty string.
use strict; use Data::Dumper; use WWW::Google::PageRank; my $pr = WWW::Google::PageRank->new; print Dumper($pr); print scalar($pr->get('http://www.yahoo.com/')), "\n";