NAME
Lingua::IND::Nums2Words - convert number to Indonesian verbage.
VERSION
version 0.0708
SYNOPSIS
use Lingua::IND::Nums2Words;
print nums2words(123) ; # "seratus dua puluh tiga "
print nums2words_simple(123) ; # "satu dua tiga"
DESCRIPTION
Number 2 word conversion in IND.
Lingua::IND::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" Lingua::IND::nums2words will pronounce the zeros).
Numbers > 10 ** 15 returns 0.
FUNCTIONS
- hmm___
- join_it
- n2w1
- n2w2
- n2w3
- n2w4
- n2w5
- nums2words
- nums2words_simple
AUTHOR
Steven Haryanto <sh@hhh.indoglobal.com>
Maintenance PetaMem <info@petamem.com>