in reply to
Re: variables across modules
in thread
variables across modules
This "bug/feature" is particularly annoying when changing module code to make use of in-time loading, such as with
AutoLoader
,
SelfLoader
and
load
: your package lexicals cannot been seen by any subroutine loaded at runtime. ;-(
Liz
Comment on
Re: Re: variables across modules
In Section
Seekers of Perl Wisdom