| Lingua-PL-Numbers documentation | view source | Contained in the Lingua-PL-Numbers distribution. |
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 dwadzieścia trzy' print $text; my $currency = $numbers->currency ( 123.45 ); # prints 'sto dwadzieścia trzy zł czterdzieści pięć gr' print $currency;
None, but that does not mean there are not any.
Henrik Steffen, <cpan@topconcepts.de>
| Lingua-PL-Numbers documentation | view source | Contained in the Lingua-PL-Numbers distribution. |