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
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 483:
'=item' outside of any '=over'
- Around line 493:
You forgot a '=back' before '=head1'