NAME
Lingua::RU::Number - Converts numbers to money sum in words (in Russian roubles)
SYNOPSIS
use Lingua::RU::Number qw(rur_in_words);
print rur_in_words(1.01), "\n";
DESCRIPTION
Lingua::RU::Number::rur_in_words() helps you convert number to money sum in words. Given a number, rur_in_words() returns it as money sum in words, e.g.: 1.01 converted to odin rubl' odna kopejka, 2.22 converted to dwa rublja dwadcat' dwe kopejki. The target cyrillic charset is windows-1251.
BUGS
..
AUTHOR
Vladislav Safronov, <vlad at yandex.ru>
COPYRIGHT AND LICENSE
Copyright (C) 2002 by Vladislav Safronov.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.1 or, at your option, any later version of Perl 5 you may have available.
This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.