Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Number::Spell

by PERLscienceman (Curate)
on Jan 28, 2004 at 01:07 UTC ( [id://324591]=modulereview: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    -----
    Result:
    eight thousand five hundred ninety seven
    
  2. or download this
      if($data=~/(\-?)\s*(\d+)/){
    
  3. or download this
    my $string=spell_number('1000000000000000'); #this works
    my $string=spell_number(1000000000000000); #this doesNOT
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-04-20 05:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found