WWW::Cache::Google

WWW::Cache::Google is Perl module URI class for Google cache.
Download

WWW::Cache::Google Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Tatsuhiko Miyagawa
  • Publisher web site:
  • http://search.cpan.org/~miyagawa/

WWW::Cache::Google Tags


WWW::Cache::Google Description

WWW::Cache::Google is Perl module URI class for Google cache. WWW::Cache::Google is Perl module URI class for Google cache.SYNOPSIS use WWW::Cache::Google; $cache = WWW::Cache::Google->new('http://www.yahoo.com/'); $url = $cache->as_string; # cache URL $html = $cache->fetch; # fetches via LWP::SimpleOops, 404 Not Found. But wait ... there might be a google cache!WWW::Cache::Google provides an easy way conversion from an URL to Google cache URL.If all you want is only to get cache content, consider using Google Web APIs at http://www.google.com/apis/index.html $html = SOAP::Lite ->uri('urn:GoogleSearch') ->proxy('http://api.google.com/search/beta2') # may change ->doGetCachedPage($GoogleKey, 'http://cpan.org/') ->result; Requirements: · Perl


WWW::Cache::Google Related Software