
Lingua::BG::Numbers - Converts numeric values into their Bulgarian string equivalents, using Lingua::Slavic::Numbers.

See Lingua::Slavic::Numbers. ordinate_to_bg and number_to_bg are simply calls to ordinate_to_slavic and number_to_slavic. use Lingua::BG::Numbers qw(number_to_bg ordinate_to_bg); print number_to_bg( 345 ); my $twenty = ordinate_to_bg( 20 ); print "Ordinate of 20 is $twenty";

use Lingua::BG::Numbers qw(number_to_bg); my $depth = number_to_bg( 20_000 ); my $year = number_to_bg( 1870 ); # in honor of Lingua::FR::Numbers, which I copied to start this # module, I'm using a French example print "ÐÑл ÐеÑн напиÑа ,,$depth левги под моÑеÑо'' в $year.";
This function can be exported by the module.
use Lingua::BG::Numbers qw(ordinate_to_bg); my $twenty = ordinate_to_bg( 20 ); print "ÐÐ¾Ð¼ÐµÑ $twenty";
This function can be exported by the module.

See Lingua::Slavic::Numbers

See Lingua::Slavic::Numbers

Copyright 2008, Ted Zlatanov (Ð¢ÐµÐ¾Ð´Ð¾Ñ ÐлаÑанов). All Rights Reserved. This module can be redistributed under the same terms as Perl itself.

Ted Zlatanov <tzz@lifelogs.com>

Lingua::Slavic::Numbers, Lingua::EN::Numbers, Lingua::Word2Num