
Lingua::SU::Nums2Words - Convert number to Sundanese verbage

version 0.03

use Lingua::SU::Nums2Words qw(nums2words nums2words_simple); binmode(STDOUT, ":utf8"); print nums2words(1023); # sa-rébu dua puluh tilu print nums2words_simple(109); # hiji kosong salapan

This module provides two functions, nums2words and nums2words_simple, to convert number to Sundanese verbage.


Steven Haryanto <stevenharyanto@gmail.com>

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.