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

Re: Checking for data types

by gryphon (Abbot)
on Sep 29, 2005 at 15:10 UTC ( [id://496134]=note: print w/replies, xml ) Need Help??


in reply to Checking for data types

Greetings,

You could do a regex to check that there aren't any non-digit characters. Just replace your elsif conditional with this:

elsif ($salt !~ /\D/) {

But looking at your example, do you want something a little bit more specific? Do you want only numbers in a particular range?

gryphon
Whitepages.com Development Manager (DSMS)
code('Perl') || die;

Log In?
Username:
Password:

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

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

    No recent polls found