|
IO::Language - Perl module for I18N output. |
IO::Language - Perl module for I18N output.
use IO::Language en => ja;
print 'Hello';
This module will convert your IO operations to a different lanuage.
This is alpha code.
Only print is supported.
Casey West <casey@geeknest.com>
Yes.
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.
perl(1).
|
IO::Language - Perl module for I18N output. |