Alistair Francis > Lingua-NL-Numbers-1.2 > Lingua::NL::Numbers

Download:
Lingua-NL-Numbers-1.2.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  1
View/Report Bugs
Module Version: 1.2   Source   Latest Release: Lingua-NL-Numbers-1.3

NAME ^

Lingua::NL::Numbers - Perl module for converting numeric values into their Dutch equivalents

DESCRIPTION ^

Initial release, documentation and updates will follow.

SYNOPSIS ^

  use Lingua::NL::Numbers;
    
  my $numbers = Lingua::NL::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, <cpan@alizta.com>

syntax highlighting: