NAME
Lingua::POL::Numbers - Perl module for converting numeric values into their Polish equivalents
VERSION
version 0.135
DESCRIPTION
Number 2 word conversion in POL.
This is PetaMem release in iso-639-3 namespace.
SYNOPSIS
use Lingua::POL::Numbers;
my $numbers = Lingua::POL::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 zl czterdzieści pięć gr'
print $currency;
FUNCTIONS
- new
-
Constructor
- parse
-
Converts number into Polish
- Dziesiatki
-
private
- InStr
-
private
- Jednostki
-
private
- KMil
-
private
- KTys
-
private
- Left
-
private
- Mid
-
private
- Right
-
private
- SLOWNIE
-
private
- Setki
-
private
- Trim
-
private
- Val
-
private
- currency
-
private
KNOWN BUGS
None, but that does not mean there are not any.
AUTHOR
Henrik Steffen, <cpan@topconcepts.de>
Maintenance PetaMem s.r.o., <info@petamem.com>
LICENSE
Original license is not known. PetaMem added Perl 5 licesne as default.