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

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
  • Comment on Re^2: Creating "Lexical" Symbol Table Aliases (a la "use vars") From The Same Package

Replies are listed 'Best First'.
Re^3: Creating "Lexical" Symbol Table Aliases (a la "use vars") From The Same Package
by Anonymous Monk on May 09, 2014 at 11:29 UTC