Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: play with phone numbers & w perl :)

by b10m (Vicar)
on Dec 27, 2003 at 11:48 UTC ( [id://317181]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
       elsif ( $toto =~ /-s=(\w+)/ ) {
           print smstype($toto);
       }
    
  2. or download this
    sub smstype {
        # Using uc() will allow the user to enter lowercase letters too
    ...
        }
        return $sms;
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found