| PerlIO-via-Babelfish documentation | view source | Contained in the PerlIO-via-Babelfish distribution. |
PerlIO::via::Babelfish - PerlIO layer for WWW::Babelfish
use PerlIO::via::Babelfish
source => 'English', target => 'Spanish',
agent => 'A A A Agent', proxy => 'Pro Pro Pro Proxy';
binmode(STDOUT, ":via(Babelfish)") or die;
print "i love you forever";
# it prints 'te amo por siempre'
Supported languages are Chinese, English, French, German, Italian, Japanese Korean, Portuguese, Russian, and Spanish.
The two parameters are optional. Default agent string is "Mozilla/8.0", and default proxy is null.
Some kind of cache mechanism for speeding up the rendering
xern <xern@cpan.org>
This module is free software; you can redistribute it or modify it under the same terms as Perl itself.
| PerlIO-via-Babelfish documentation | view source | Contained in the PerlIO-via-Babelfish distribution. |