The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

IO::Language - Perl module for I18N output.

SYNOPSIS

  use IO::Language en => ja;

  print 'Hello';

DESCRIPTION

This module will convert your IO operations to a different lanuage.

This is alpha code.

Only print is supported.

AUTHOR

Casey West <casey@geeknest.com>

TODO

Yes.

COPYRIGHT

Copyright (c) 2002 Casey R. West <casey@geeknest.com>. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

perl(1).