-
-
21 Jun 2004 09:12:35 UTC
- Distribution: Lingua-DE-Num2Word
- Module version: 0.03
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (0)
- Testers (2270 / 1 / 0)
- Kwalitee
Bus factor: 0- 19.15% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (2.16KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Lingua::DE::Num2Word - positive number to text convertor for german. Output text is in iso-8859-1 encoding.
SYNOPSIS
use Lingua::DE::Num2Word; my $text = Lingua::DE::Num2Word::num2de_cardinal( 123 ); print $text || "sorry, can't convert this number into german language.";
DESCRIPTION
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
num2de_cardinal
KNOWN BUGS
None.
AUTHOR
Richard Jelinek <rj@petamem.com>, Roman Vasicek <rv@petamem.com>
COPYRIGHT
Copyright (c) 2002-2004 PetaMem s.r.o. - http://www.petamem.com/
This package is free software. Tou can redistribute and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install Lingua::DE::Num2Word, copy and paste the appropriate command in to your terminal.
cpanm Lingua::DE::Num2Word
perl -MCPAN -e shell install Lingua::DE::Num2Word
For more information on module installation, please visit the detailed CPAN module installation guide.