Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Character class question

by bluethundr (Pilgrim)
on Apr 25, 2004 at 20:29 UTC ( [id://348009]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    elsif (/[W_]/) { # other chars
                      print "huh? That *really* doesn't look like a number
    +\n";
                  }
    
  2. or download this
    #!/usr/bin/perl -w
    # number speller: prints out word approximations of numbers
    # simple version, only does single digits
    ...
           }
        }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (4)
As of 2024-04-16 20:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found