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
More tools for the Portuguese language processing can be found at the Natura project: http://natura.di.uminho.pt
AUTHOR
Jose Castro, <cog@cpan.org>
COPYRIGHT & LICENSE
Copyright 2004 Jose Castro, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.