Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: New Lingua:*:Num2Word modules

by cjf (Parson)
on Jul 16, 2002 at 07:46 UTC ( [id://182019]=note: print w/replies, xml ) Need Help??


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 :).

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://182019]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-03-29 04:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found