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



NAME

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


=head1 DESCRIPTION

Initial release, documentation and updates will follow.


SYNOPSIS

  use Lingua::PL::Numbers;

  my $numbers = Lingua::PL::Numbers->new;
  my $text = $numbers->parse( 123 );
  # prints 'sto dwadzieścia trzy'
  print $text;
  my $currency = $numbers->currency ( 123.45 );
  # prints 'sto dwadzieścia trzy zł czterdzieści pięć gr'
  print $currency;


KNOWN BUGS

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


AUTHOR

Henrik Steffen, <cpan@topconcepts.de>

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