Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^4: 'require/use' scoping ("scope")

by runrig (Abbot)
on Jan 29, 2008 at 21:43 UTC ( [id://665015]=note: print w/replies, xml ) Need Help??


in reply to Re^3: 'require/use' scoping ("scope")
in thread 'require/use' scoping

local has nothing to do with the scope of the variable...(snip)...the time it makes any sense is in lexical scoping...it's how it's used in the perl documentation, which doesn't have any other scope to talk about...(snip)...read Dominus's Coping with Scoping.

See perldoc -q "dynamic and lexical"

Also, in Dominus' addendum article Seven Useful Uses of Local there's some stuff on dynamic scoping.

Update: also (on an unrelated note), in your node above, the comment in this line is incorrect (as pointed out by tye in the CB):

require "lib/Foo.pm"; # no @INC searching!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-24 20:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found