
Lingua::PL::Numbers - Perl module for converting numeric values into their Polish equivalents

Initial release, documentation and updates will follow.

use Lingua::PL::Numbers;
my $numbers = Lingua::PL::Numbers->new;
my $text = $numbers->parse( 123 );
# prints 'sto dwadziecia trzy'
print $text;
my $currency = $numbers->currency ( 123.45 );
# prints 'sto dwadziecia trzy z³ czterdzieci piêæ gr'
print $currency;

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

Henrik Steffen, <cpan@topconcepts.de>