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

Re: cross scope gotos?

by Hue-Bond (Priest)
on Apr 06, 2010 at 11:28 UTC ( [id://833018]=note: print w/replies, xml ) Need Help??


in reply to cross scope gotos?

what exactly is dynamic scope?

From perlsub:

A "local" modifies its listed variables to be "local" to the enclosing + block, "eval", or "do FILE"--and to any subroutine called from within that block. A "loc +al" just gives temporary values to global (meaning package) variables. It does not cr +eate a local variable. This is known as dynamic scoping.

I think this explains the visibility of the labels too.

--
 David Serrano
 (Please treat my english text just like Perl code, i.e. feel free to notify me of any syntax, grammar, style and/or spelling error. Thank you!).

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (7)
As of 2024-04-19 08:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found