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. Still needs further testing and capability.

SEE ALSO

Lingua::PT::Ords2Nums

AUTHOR

Jose Alves de Castro, <jac@localdomain>

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 31:

Non-ASCII character seen before =encoding in '"vigésimo"'. Assuming CP1252