
WWW::Cache::Google::Imode - URI class for Google proxy on i-mode

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

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.

Same as WWW::Cache::Google.

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.
