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). 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 . AUTHOR moznion "" LICENCE AND COPYRIGHT Copyright (c) 2012, moznion "". 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.