Lingua::CS::Num2Word - number to text convertor for czech. Output


Lingua-CS-Num2Word documentation  | view source Contained in the Lingua-CS-Num2Word distribution.

Index


NAME

Top

Lingua::CS::Num2Word - number to text convertor for czech. Output text is in iso-8859-2 encoding.

SYNOPSIS

Top

 use Lingua::CS::Num2Word;

 my $text = Lingua::CS::Num2Word::num2cs_cardinal( 123 );

 print $text || "sorry, can't convert this number into czech language.";

DESCRIPTION

Top

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

Top

num2cs_cardinal

KNOWN BUGS

Top

None.

AUTHOR

Top

Roman Vasicek <rv@petamem.com>

COPYRIGHT

Top


Lingua-CS-Num2Word documentation  | view source Contained in the Lingua-CS-Num2Word distribution.