Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^3: Variable Declaration

by nobull (Friar)
on Aug 31, 2007 at 16:11 UTC ( [id://636363]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Variable Declaration
in thread Variable Declaration

A third option is
my $var2 = do { if ( <cond1> ) { a; } else { y; } };

All three constructs are more-or-less interchangable and which one you use should be decided based on which is most readable in any particular instance.

Log In?
Username:
Password:

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

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

    No recent polls found