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


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

Index


NAME

Top

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

DESCRIPTION

Top

Initial release, documentation and updates will follow.

SYNOPSIS

Top

  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

Top

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

AUTHOR

Top

Henrik Steffen, <cpan@topconcepts.de>


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