http://qs321.pair.com?node_id=182019


in reply to New Lingua:*:Num2Word modules

Here are the links to the main page of each module (rather than directly to the tarballs):

Definately cool, if you run the following example from the docs:

use Lingua::Num2Word; my $numbers = Lingua::Num2Word->new; my $text = $numbers->cardinal('en', 123); print $text || "Can't convert number\n";

It'll print out "One-Hundred Twenty-Three." I like it :).