NAME
Lingua::POL::Num2Word - Perl module for converting numeric values into their Polish equivalents
VERSION
version 0.2603270
DESCRIPTION
Number 2 word conversion in POL.
This is PetaMem release in iso-639-3 namespace.
SYNOPSIS
use Lingua::POL::Num2Word;
my $numbers = Lingua::POL::Num2Word->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
- num2pol_ordinal
-
Converts number to Polish ordinal (e.g. 1 => "pierwszy", 21 => "dwudziesty pierwszy").
- currency
-
private
KNOWN BUGS
None, but that does not mean there are not any.
AUTHORS
initial coding:
Henrik Steffen E<lt>cpan@topconcepts.deE<gt>
specification, maintenance:
Richard C. Jelinek E<lt>rj@petamem.comE<gt>
maintenance, coding (2025-present):
PetaMem AI Coding Agents
LICENSE
Original license is not known. PetaMem added Perl 5 licesne as default.