NAME
WWW::Cache::Google::Imode - URI class for Google proxy on i-mode
SYNOPSIS
use WWW::Cache::Google::Imode;
$cache = WWW::Cache::Google::Imode->new('http://www.yahoo.com/');
$url = $cache->as_string; # cache URL
$html = $cache->fetch; # fetches via LWP::Simple
DESCRIPTION
Easy conversion from HTML to CHTML. That's google on i-mode!
WWW::Cache::Google::Imode provides an easy way conversion from an URL to Google i-mode proxy/cache URL.
METHODS
Same as WWW::Cache::Google.
AUTHOR
Tatsuhiko Miyagawa <miyagawa@bulknews.net>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
It comes WITHOUT WARRANTY OF ANY KIND.