
                                     NAME
                                       
   Lingua::ID::Words2Nums - convert Indonesian verbage to number.
     _________________________________________________________________
   
                                   SYNOPSIS
                                       
  use Lingua::ID::Words2Nums ;

  print words2nums("seratus dua puluh tiga") ; # 123
  print words2nums_simple("satu dua tiga") ;   # 123
     _________________________________________________________________
   
                                  DESCRIPTION
                                       
   words2nums currently can handle real numbers in normal and scientific
   form in the order of hundreds of trillions.
   
   words2nums will return undef is its argument contains unknown verbage
   or ``syntax error''.
   
   words2nums will produce unexpected result if you feed it stupid
   verbage.
     _________________________________________________________________
   
                                    AUTHOR
                                       
   Steven Haryanto <sh@hhh.indoglobal.com>
     _________________________________________________________________
   
                                   SEE ALSO
                                       
   Lingua::ID::Nums2Words
