The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Lingua::DEU::Num2Word

VERSION

version 0.044

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

$Rev: 440 $

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 representation in 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.