Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^3: $var{el} += 1 vs $var{el} = $var{el} + 1 (varnames)

by kennethk (Abbot)
on Aug 14, 2013 at 14:22 UTC ( [id://1049428]=note: print w/replies, xml ) Need Help??


in reply to Re^2: $var{el} += 1 vs $var{el} = $var{el} + 1 (varnames)
in thread $var{el} += 1 vs $var{el} = $var{el} + 1

You may consider investing in lock_keys from Hash::Util. It fixes which keys are allowed in a hash, at the cost of a small amount of speed, and thus protects you from hash key typos.


#11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-04-16 04:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found