in reply to Class::Std, 5.6.1, and AUTOLOAD
The glob assignments only sort of take place at run time. They're in a module which, presumably, your code uses, so Perl loads it, compiles it, executes the code in it outside of subroutines, and then calls its import() if it exists.
I don't know what specific bug Perl 5.6.1 had though.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Class::Std, 5.6.1, and AUTOLOAD
by rjbs (Pilgrim) on Sep 22, 2005 at 17:04 UTC |