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

Re: When is $_ local and when is it not?

by dragonchild (Archbishop)
on Jul 13, 2001 at 18:36 UTC ( [id://96412]=note: print w/replies, xml ) Need Help??


in reply to When is $_ local and when is it not?

I know that I've started to do something like:

sub foo { local $_; my ($var1, $var2) = @_; ... }

in all my personal "production-level" code. (I'm an avid user of $_.) While this can result in a slight performance hit, I change my personal code around enough that have that template just makes me feel safer about using $_.

Just a suggestion. :)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (9)
As of 2024-04-18 11:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found