Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Need to match number other than 1

by nimdokk (Vicar)
on Nov 29, 2007 at 20:23 UTC ( [id://653970]=note: print w/replies, xml ) Need Help??


in reply to Need to match number other than 1

I don't know, this may be over-simplistic - but what about:
if ( $number > 1 ) { print "$number greater than 1.\n"; } elsif ( $number < 1 ) { print "$number less than 1.\n"; } else { print "$number is 1.\n"; }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (5)
As of 2024-04-19 23:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found