Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: cardinal numerals

by t0mas (Priest)
on Feb 02, 2001 at 14:21 UTC ( [id://55973]=note: print w/replies, xml ) Need Help??


in reply to cardinal numerals

I usually use Lingua::EN::Nums2Words for that type of job.
use strict; use Lingua::EN::Nums2Words; print &num2word(12345)."\n"; print &num2word_ordinal(12345)."\n";


/brother t0mas

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (3)
As of 2024-03-28 17:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found