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

NAME

Acme::AjiFry::EN - AjiFry Language Translator for English

SYNOPSIS

    use Acme::AjiFry::EN;

    my $ajifry_en = Acme::AjiFry::EN->new();

    print $ajifry_en->to_AjiFry('012abcABC!!!')."\n"; # outputs => '京極お刺身京極むむ・・・京極アジフライ食え食え食え食えドボドボ食えお刺身山岡ドボドボ山岡お刺身山岡むむ・・・!!!'
    print $ajifry_en->to_English('京極お刺身京極むむ・・・京極アジフライ食え食え食え食えドボドボ食えお刺身山岡ドボドボ山岡お刺身山岡むむ・・・!!!')."\n"; # outputs => '012abcABC!!!'

DESCRIPTION

Acme::AjiFry::EN is the AjiFry-Language translator. This module can translate English into AjiFry-Language, and vice versa.

SEE ALSO

Acme::AjiFry.

METHODS

new

new is the constructor of this module.

to_English

This function needs a AjiFry-Language string as parameter. It returns English which was translated from AjiFry-Language.

to_AjiFry

This function needs a string as parameter. It returns AjiFry-Language which was translated from English.

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.