NAME
Lingua::FRA::Nums2Words - Converts numbers to French words
VERSION
version 0.0682
SYNOPSIS
use Lingua::FRA::Nums2Words;
$result = num2word(5);
# $result now holds 'cinq'
@results = num2word(1, -2, 10, 100, 1000, 9999);
# @results now holds ('un', 'moins deux', 'dix', 'cent', 'mil',
# 'neuf mille neuf cent quatre-vingt-dix neuf')
DESCRIPTION
Number 2 word conversion in FRA.
FUNCTIONS
- num2word
-
Converts number to French words
AUTHOR
Fabien POTENCIER, <fabpot@cpan.org>
Maintenance PetaMem <info@petamem.com>
COPYRIGHT AND LICENSE
Copyright (c) 2004 by Fabien POTENCIER
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.3 or, at your option, any later version of Perl 5 you may have available.