Lingua::SV::Num2Word - positive number to text convertor for swedish. Output


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

Index


NAME

Top

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

SYNOPSIS

Top

 use Lingua::SV::Num2Word;

 my $text = Lingua::SV::Num2Word::num2sv_cardinal( 123 );

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

DESCRIPTION

Top

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

Functions

* num2sv_cardinal(number)

Convert number to text representation.

EXPORT_OK

Top

num2sv_cardinal

KNOWN BUGS

Top

None.

AUTHOR

Top

Vitor Serra Mori <info@petamem.com.>

COPYRIGHT

Top


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