I'd like to inform you about the new modules in the Lingua:: hierarchy.
Lingua::CS::Num2Word
Lingua::DE::Num2Word
Lingua::Num2Word
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"; [download]
It'll print out "One-Hundred Twenty-Three." I like it :).