The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

NAME

Lingua::AF::Numbers - Perl module for converting numeric values into their Afrikaans equivalents

DESCRIPTION

Initial release, documentation and updates will follow.

SYNOPSIS

my $numbers = Lingua::AF::Numbers->new;
my $text = $numbers->parse( 123 );
# prints 'een honderd, drie en twintig'
print $text;

KNOWN BUGS

None, but that does not mean there are not any.

AUTHOR

Alistair Francis, http://search.cpan.org/~friffin/