| Lingua-AF-Numbers documentation | view source | Contained in the Lingua-AF-Numbers distribution. |
Lingua::AF::Numbers - Perl module for converting numeric values into their Afrikaans equivalents
Initial release, documentation and updates will follow.
use Lingua::AF::Numbers; my $numbers = Lingua::AF::Numbers->new; my $text = $numbers->parse( 123 ); # prints 'een honderd, drie en twintig' print $text;
None, but that does not mean there are not any.
Alistair Francis, http://search.cpan.org/~friffin/
| Lingua-AF-Numbers documentation | view source | Contained in the Lingua-AF-Numbers distribution. |