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

Re^4: Strictly nested sub warnings

by FloydATC (Deacon)
on Oct 06, 2010 at 05:04 UTC ( [id://863722]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Strictly nested sub warnings
in thread Strictly nested sub warnings

For short variables I agree 100%.

For more complex variables, I tend to go back to concatenation to make sure I get what I want.

print "Guess what you get: $hashref->{$lookup1[$i]}->{$lookup2[$i]}\n" +;

Also, with syntax highlighting, punctuation actually makes the code more readable than interpolation IMO.

-- Time flies when you don't know what you're doing

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (7)
As of 2024-03-28 10:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found