NAME
Lingua::PT::Num2Words - Perl extension for converting numbers to Portuguese words
SYNOPSIS
use Lingua::PT::Num2Words;
$result = num2word(5);
@results = num2word(1,2,10,100,1000,9999);
DESCRIPTION
Num2Words converts numbers to Portuguese words.
EXPORT
num2word
LIMITATIONS
Num2Words currently works (hopefully) with numbers ranging from 0 to 9999. This will be solved soon (again, hopefully).
SEE ALSO
A good maths book :-)
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.