NAME
Lingua::PT::Nums2Ords - Converts numbers to Portuguese ordinals
SYNOPSIS
use Lingua::PT::Nums2Ords;
$ord = num2ord(20) # "vigésimo"
@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 bilionésimos novecentos e noventa e nove milionésimos novecentos e noventa e nove milésimos nongentésimo nonagésimo nono').
DEPENDENCIES
Lingua::PT::Nums2Words
SEE ALSO
Lingua::PT::Ords2Nums
AUTHOR
Jose Alves de Castro, <jac@natura.di.uminho.pt<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.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 33:
Non-ASCII character seen before =encoding in '"vigésimo"'. Assuming CP1252