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