The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

PerlIO::via::Babelfish - PerlIO layer for WWW::Babelfish

SYNOPSIS

  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'

DESCRIPTION

source and target

Supported languages are Chinese, English, French, German, Italian, Japanese Korean, Portuguese, Russian, and Spanish.

agent and proxy

The two parameters are optional. Default agent string is "Mozilla/8.0", and default proxy is null.

TO DO

Some kind of cache mechanism for speeding up the rendering

SEE ALSO

WWW::Babelfish

COPYRIGHT

xern <xern@cpan.org>

This module is free software; you can redistribute it or modify it under the same terms as Perl itself.