The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
NAME
    Lingua::ID::Nums2Words - Convert number to Indonesian verbage

VERSION
    version 0.03

SYNOPSIS
     use Lingua::ID::Nums2Words qw(nums2words nums2words_simple);

     print nums2words(123);        # seratus dua puluh tiga
     print nums2words_simple(123); # satu dua tiga

DESCRIPTION
    This module provides two functions, nums2words and nums2words_simple, to
    convert number to Indonesian verbage. Popular Indonesian term for this
    kind of library is "terbilang", or roughly "spelled amount" in English.

SEE ALSO
    Lingua::ID::Words2Nums

AUTHOR
    Steven Haryanto <stevenharyanto@gmail.com>

COPYRIGHT AND LICENSE
    This software is copyright (c) 2012 by Steven Haryanto.

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