Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^4: Note on usage of ours variables and a question

by likbez (Sexton)
on Nov 20, 2019 at 03:20 UTC ( [id://11108927]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Note on usage of ours variables and a question
in thread Note on usage of ours variables and a question

Looks like one needs additional underscore:
${^_MYDEBUG} = 1;

"No name that begins with ^_ will acquire a special meaning in any future version of Perl; such names may therefore be used safely in programs. $^_ itself, however, is reserved."

"In particular, the special ${^_XYZ} variables are always taken to be in package main , regardless of any package declarations presently in scope."

Log In?
Username:
Password:

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

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

    No recent polls found