NAME Acme::AjiFry - AjiFry Language (アジフライ語) Translator VERSION This document describes Acme::AjiFry version 0.08 SYNOPSIS use Acme::AjiFry; my $ajifry = Acme::AjiFry->new(); print $ajifry->translate_to_ajifry('ãŠã•ã—ã¿')."\n"; # outputs => "食ãˆã‚¢ã‚¸ãƒ•ãƒ©ã‚¤ãŠåˆºèº«é£Ÿãˆé£ŸãˆãŠåˆºèº«ãƒ‰ãƒœãƒ‰ãƒœå²¡æ˜Ÿãƒ‰ãƒœãƒ‰ãƒœ" print $ajifry->translate_from_ajifry('食ãˆã‚¢ã‚¸ãƒ•ãƒ©ã‚¤ãŠåˆºèº«é£Ÿãˆé£ŸãˆãŠåˆºèº«ãƒ‰ãƒœãƒ‰ãƒœå²¡æ˜Ÿãƒ‰ãƒœãƒ‰ãƒœ')."\n"; # outputs => "ãŠã•ã—ã¿" DESCRIPTION Acme::AjiFry is the AjiFry-Language translator. This module can translate Japanese into AjiFry-Language, and vice versa. If you would like to know about AjiFry-Language, please refer to the following web site (Japanese Web Site). <http://ja.uncyclopedia.info/wiki/%E3%82%A2%E3%82%B8%E3%83%95%E3%83%A9%E 3%82%A4%E8%AA%9E> METHODS new new is the constructor of this module. translate_from_ajifry This function needs a AjiFry-Language string as parameter. It returns Japanese which was translated from AjiFry-Language. translate_to_ajifry This function needs a string as parameter. It returns AjiFry-Language which was translated from Japanese. DEPENDENCIES Perl 5.10.0 or later. Class::Accessor::Fast 0.34 or later. BUGS AND LIMITATIONS No bugs have been reported. Please report any bugs or feature requests to "bug-acme-ajifry@rt.cpan.org", or through the web interface at <http://rt.cpan.org>. AUTHOR moznion "<moznion[at]gmail.com>" LICENCE AND COPYRIGHT Copyright (c) 2012, moznion "<moznion[at]gmail.com>". All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.