Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Creating "Lexical" Symbol Table Aliases (a la "use vars") From The Same Package

by Anonymous Monk
on May 09, 2014 at 00:38 UTC ( [id://1085522]=note: print w/replies, xml ) Need Help??


in reply to Creating "Lexical" Symbol Table Aliases (a la "use vars") From The Same Package

Replies are listed 'Best First'.
Re^2: Creating "Lexical" Symbol Table Aliases (a la "use vars") From The Same Package
by tobyink (Canon) on May 09, 2014 at 10:50 UTC

    Those bits of source show how strict vars works, but what I'm more interested (and couldn't figure out) is which part of the code determines whether or not a glob assignment will result in setting the IMPORT flag on the GV.

    Which bit of code does it? And is there a great big comment by that code explaining why it's done the way it's done?

    use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (6)
As of 2024-04-18 18:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found