NAME
Lingua::PT::Words2Nums - Converts Portuguese words to numbers
SYNOPSIS
use Lingua::PT::Words2Nums;
$result = num2word("cinco");
# $result now holds 5
DESCRIPTION
Words2Nums converts Portuguese words to numbers.
WARNING
The current version of Words2Nums works with numbers ranging from 0 to 999999999999999. This will be enhanced soon.
Not all possible ways to write a numbers have been tested.
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.