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

Re^2: if variants

by SpanishInquisition (Pilgrim)
on Oct 19, 2004 at 16:37 UTC ( [id://400584]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ($i>1) {
       $a = function_that_may_fail();
       $i = ($a) ? $i+1 : 1;
    }
    
  2. or download this
    do { $a=function_that_may_fail(); $i= $a ? $i+1 : 1; } if ($i>1)
    

Log In?
Username:
Password:

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

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

    No recent polls found