NAME

Lingua::DEU::Num2Word

VERSION

version 0.0478

Positive number to text convertor for German. Output text is in utf-8 encoding.

$Rev: 478 $

ISO 639-3 namespace

SYNOPSIS

use Lingua::DEU::Num2Word;

my $text = Lingua::DEU::Num2Word::num2deu_cardinal( 123 );

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

DESCRIPTION

Lingua::DEU::Num2Word is module for converting numbers into their written representationin German.

Converts whole numbers from 0 up to 999 999 999.

Functions Reference

num2deu_cardinal (positional)
1   number  number to convert
=>  string  converted string
    undef   if input number is not known

Convert number to text representation.

EXPORT_OK

num2deu_cardinal

KNOWN BUGS

None.

AUTHOR

Richard Jelinek <info@petamem.com> Roman Vasicek <info@petamem.com>

COPYRIGHT

Copyright (C) PetaMem, s.r.o. 2002-present

LICENSE

Artistic license or BSD license.