Lingua::JA::Numbers

Lingua::JA::Numbers is a Perl module that converts numeric values into their Japanese string equivalents and vice versa.
Download

Lingua::JA::Numbers Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Dan Kogai
  • Publisher web site:
  • http://search.cpan.org/~oyama/Crypt-Camellia-2.01/lib/Crypt/Camellia.pm

Lingua::JA::Numbers Tags


Lingua::JA::Numbers Description

Lingua::JA::Numbers is a Perl module that converts numeric values into their Japanese string equivalents and vice versa. Lingua::JA::Numbers is a Perl module that converts numeric values into their Japanese string equivalents and vice versa.SYNOPSIS use Lingua::JA::Numbers; # OO Style my $ja = Lingua::JA::Numbers->new(1234567890, {style=>'romaji'}); # JuuNiOkuSanzenYonHyakuGoJuuRokuManNanaSenHappyakuKyuuJuu # $ja->get_string is implictly called print "$jan"; print $ja+0, "n"; # 1234567890 # $ja->number is implicitly called. # 1234567890 # Functional Style my $str = ja2num(1234567890, {style=>'romaji'}); print "$strn"; # JuuNiOkuSanzenYonHyakuGoJuuRokuManNanaSenHappyakuKyuuJuu print num2ja($str), "n"; # 1234567890Requirements:· Perl 5.8.1 or betterINSTALLATIONTo install this module type the following: perl Makefile.PL make make test make install


Lingua::JA::Numbers Related Software