Lingua::ID::Nums2Words 0.01 review

Download
by rbytes.net on

Lingua::ID::Nums2Words is a Perl module to convert number to Indonesian verbage. SYNOPSIS use Lingua::ID::Nums2Words ;

License: Perl Artistic License
File size: 2K
Developer: Steven Haryanto
0 stars award from rbytes.net

Lingua::ID::Nums2Words is a Perl module to convert number to Indonesian verbage.

SYNOPSIS

use Lingua::ID::Nums2Words ;

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

nums2words currently can handle real numbers in normal and scientific form in the order of hundreds of trillions. It also preserves formatting in the number string (e.g, given "1.00" nums2words will pronounce the zeros).

Requirements:
Perl

Lingua::ID::Nums2Words 0.01 search tags