NAME WWW::Google::PageRank - Query google pagerank of page SYNOPSIS use WWW::Google::PageRank; my $pr = WWW::Google::PageRank->new; print scalar($pr->get('http://www.yahoo.com/')), "\n"; DESCRIPTION The WWW::Google::PageRank is a class implementing a interface for querying google pagerank. To use it, you should create WWW::Google::PageRank object and use its method get(), to query page rank of URL