Lingua::DE::Num2Word - positive number to text convertor for german. Output


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

Index


NAME

Top

Lingua::DE::Num2Word - positive number to text convertor for german. Output text is in iso-8859-1 encoding.

SYNOPSIS

Top

 use Lingua::DE::Num2Word;

 my $text = Lingua::DE::Num2Word::num2de_cardinal( 123 );

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

DESCRIPTION

Top

Lingua::DE::Num2Word is module for converting numbers into their representation in german. Converts whole numbers from 0 up to 999 999 999.

Functions

* num2de_cardinal(number)

Convert number to text representation.

EXPORT_OK

Top

num2de_cardinal

KNOWN BUGS

Top

None.

AUTHOR

Top

Richard Jelinek <rj@petamem.com>, Roman Vasicek <rv@petamem.com>

COPYRIGHT

Top


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