Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Multiple if-else statements using C-style ternary operator

by james2vegas (Chaplain)
on Jul 11, 2011 at 22:41 UTC ( [id://913792]=note: print w/replies, xml ) Need Help??


in reply to Multiple if-else statements using C-style ternary operator

This should be enough:
print $status == 2 ? "HIGH " : $status == 1 ? "MODERATE " : "LOW ";

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-03-29 13:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found