in reply to
Re: Variable scope in packages.
in thread
Variable scope in packages.
Note: if you are using strict (in BooYah.pm), and %crap is declared with
my
in Foo.pl, then you won't be able to access it at all. Heck, you won't even be able to run the program (if you try to access it from BooYah.pm that is) :)
Comment on
Re: Re: Variable scope in packages.
In Section
Seekers of Perl Wisdom