From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

Lingua::CES::Num2Word

VERSION

version 0.1106

Number 2 word conversion in CES.

Lingua::CES::Num2Word is module for conversion numbers into their representation in Czech. It converts whole numbers from 0 up to 999 999 999.

SYNOPSIS

my $text = Lingua::CES::Num2Word::num2ces_cardinal( 123 );
print $text || "sorry, can't convert this number into czech language.";

Functions Reference

num2ces_cardinal (positional)
1 number number to convert
=> str lexical representation of the input
undef if input number is not known

Convert number to text representation. Only numbers from interval [0, 999_999_999] will be converted.

EXPORT_OK

num2ces_cardinal

AUTHOR

coding, maintenance, refactoring, extensions, specifications:
Roman Vasicek <info@petamem.com>

COPYRIGHT

Copyright (C) PetaMem, s.r.o. 2004-present