Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Perl Modules

    Lingua::JA::Numbers 0.04

    Download button

    No screenshots available
    Downloads: 378  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Dan Kogai | More programs
    Perl Artistic License / FREE
    September 12th, 2007, 02:05 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Lingua::JA::Numbers description

    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";
    # 1234567890

    INSTALLATION

    To install this module type the following:

    perl Makefile.PL
    make
    make test
    make install

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    numeric values | Japanese strings | Perl module | numeric | values | Japanese

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM