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


Lingua-NL-Numbers documentation  | view source Contained in the Lingua-NL-Numbers distribution.

Index


NAME

Top

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

DESCRIPTION

Top

Initial release, documentation and updates will follow.

SYNOPSIS

Top

  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

Top

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

AUTHOR

Top

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


Lingua-NL-Numbers documentation  | view source Contained in the Lingua-NL-Numbers distribution.