Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: A matter of style: how to perform a simple action based on a simple condition?

by Tux (Canon)
on Sep 26, 2010 at 10:32 UTC ( [id://862067]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $expr1 && $expr2 and action ();
    $expr1 || $expr2 or  action ();
    
  2. or download this
    if ($expr1 && $expr2 or $expr3 && ($expr4 || $expr5)) {
        action1 ();
        action2 ();
        }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2024-03-29 11:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found