| Lingua-CS-Num2Word documentation | view source | Contained in the Lingua-CS-Num2Word distribution. |
Lingua::CS::Num2Word - number to text convertor for czech. Output text is in iso-8859-2 encoding.
use Lingua::CS::Num2Word; my $text = Lingua::CS::Num2Word::num2cs_cardinal( 123 ); print $text || "sorry, can't convert this number into czech language.";
Lingua::CS::Num2Word is module for convertion numbers into their representation in czech. Converts whole numbers from 0 up to 999 999 999.
Convert number to text representation.
num2cs_cardinal
None.
Roman Vasicek <rv@petamem.com>
Copyright (c) 2002-2004 PetaMem s.r.o. - http://www.petamem.com/
This package is free software. You can redistribute and/or modify it under the same terms as Perl itself.
| Lingua-CS-Num2Word documentation | view source | Contained in the Lingua-CS-Num2Word distribution. |