Steven Haryanto > Lingua-ID-Nums2Words-0.01 > Lingua::ID::Nums2Words

Download:
Lingua-ID-Nums2Words-0.01.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.01   Source  

NAME ^

Lingua::ID::Nums2Words - convert number to Indonesian verbage.

SYNOPSIS ^

  use Lingua::ID::Nums2Words ;
  
  print nums2words(123)        ; # "seratus dua puluh tiga" 
  print nums2words_simple(123) ; # "satu dua tiga"

DESCRIPTION ^

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).

AUTHOR ^

Steven Haryanto <sh@hhh.indoglobal.com>

SEE ALSO ^

Lingua::ID::Words2Nums