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

NAME

Acme::123 - Prints 1-10 in different languages

SYNOPSIS

        use Acme::123;
        my $123 = Acme::123->new;

        $123->printnumbers; #print English numbers

        $123->setLanguage('fr'); #sets language to French

        $123->printnumbers; #prints French numbers

DESCRIPTION

Prints numbers one through ten in different languages. Currently only English, French, Spanish, and Italian supported. In later versions, more languages will be supported.

TODO

        Support for many more languages.

        Print one through one hundred in many different langauges.

AUTHOR

    Nathan <jprogrammer082@gmail.com>  

COPYRIGHT

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.

SEE ALSO

Lingua::Num2Word