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

Re: my and local differences

by redcloud (Parson)
on Nov 10, 2000 at 23:10 UTC ( [id://40998]=note: print w/replies, xml ) Need Help??


in reply to my and local differences

Always use my unless you need to use local.

Time when you need to use local include:

  • On "punctuation" variables (for example, $_)
  • When you want to access the localized variable in a subroutine that you call from inside that scope.

Replies are listed 'Best First'.
RE: Re: my and local differences
by Fastolfe (Vicar) on Nov 10, 2000 at 23:20 UTC
    Instead of mentioning the punctuation variables, I usually tell people "use local whenever you want to mask a global variable with a localized value". The "punctuation variables" are examples of global variables that you might want to change the values of in a particular scope.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (6)
As of 2024-04-23 07:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found