Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Minor querry!!

by plaid (Chaplain)
on Jun 24, 2000 at 00:40 UTC ( [id://19664]=note: print w/replies, xml ) Need Help??


in reply to Minor querry!!

You probably want something like:
if($a =~ /\D/) { # Not a number }
The /D matches non-digits, so this will be true if $a contains any non-digits.

Log In?
Username:
Password:

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

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

    No recent polls found