Lester Hightower > Nums2Words > Lingua::EN::Nums2Words

Download:
Nums2Words-1.13.zip

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 1.13   Source  

NAME ^

Nums2Words - compute English verbiage from numerical values

SYNOPSIS ^

use Nums2Words;
$Verbiage = &num2word($Number);
$Verbiage = &num2word_ordinal($Number);
$Verbiage = &num2word_short_ordinal($Number);
$Verbiage = &num2usdollars($Number);

DESCRIPTION ^

 To the best of my knowledge, this code has the potential
 to generate US English verbiage representative of every
 real value from negative infinity to positive infinity,
 if the module's private variables @Classifications and
 @Categories are filled appropriately.  This module makes
 verbiage in "short scales" (the American thousands system).

 For details see this Wikipedia article:
 http://en.wikipedia.org/wiki/Long_and_short_scales

 Copyright (C) 1996-2009, Lester H. Hightower, Jr. <hightowe@cpan.org>

LICENSE ^

 As of version 1.13, this software is licensed under the OSI certified
 Artistic License, one of the licenses of Perl itself.
 http://en.wikipedia.org/wiki/Artistic_License