NAME
Lingua::PT::Nums2Ords - Converts numbers to Portuguese ordinals
SYNOPSIS
use Lingua::PT::Nums2Ords;
$ord = num2ord(20) # "vigesimo"
@ord = num2ord(1,2,3) # qw(primeiro segundo terceiro)
DESCRIPTION
Converts numbers to Portuguese ordinals. Works up to 999.999.999.999 ('novecentos e noventa e nove bilionesimos novecentos e noventa e nove milionesimos novecentos e noventa e nove milesimos nongentesimo nonagesimo nono').
DEPENDENCIES
Lingua::PT::Nums2Words
SEE ALSO
Lingua::PT::Ords2Nums
MESSAGE FROM THE AUTHOR
If you're using this module, please drop me a line to my e-mail. Tell me what you're doing with it. Also, feel free to suggest new bugs^H^H^H^H^H features.
AUTHOR
Jose Alves de Castro, <cog [at] cpan [dot] org<gt>
COPYRIGHT AND LICENSE
Copyright 2004 by Jose Alves de Castro
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.