Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^2: if variants

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


in reply to Re: if variants
in thread if variants

Personally I like:

if ($i>1) { $a = function_that_may_fail(); $i = ($a) ? $i+1 : 1; }

I find that the only time I really use "and" and "or" are with carp/croak/warn/die. But that's just me.

At worst:

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? | Other CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2023-06-08 06:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    How often do you go to conferences?






    Results (29 votes). Check out past polls.

    Notices?