NAME
Lingua::SWE::Num2Word
VERSION
version 0.0682
positive number to text convertor for Swedish. Output text is encoded in utf-8 encoding.
$Rev: 682 $
ISO 639-3 namespace.
SYNOPSIS
use Lingua::SWE::Num2Word;
my $text = Lingua::SWE::Num2Word::num2sv_cardinal( 123 );
print $text || "sorry, can't convert this number into swedish language.";
DESCRIPTION
Number 2 word conversion in SWE.
Lingua::SWE::Num2Word is module for converting numbers into their representation in Swedish. Converts whole numbers from 0 up to 999 999 999.
Functions Reference
- num2sv_cardinal (positional)
-
1 number number to convert => string converted string undef if input number is not known
Convert number to text representation.
EXPORT_OK
num2sv_cardinal
AUTHOR
coding, maintenance, refactoring, extensions, specifications:
Richard C. Jelinek <info@petamem.com>
initial coding after specifications by R. Jelinek:
Vitor Serra Mori <info@petamem.com>
COPYRIGHT
Copyright (C) PetaMem, s.r.o. 2004-present
LICENSE
Artistic license or BSD license.