in reply to
Re: require() turns off strict?
in thread
require() turns off strict?
Export them using
Exporter
and "use" the module containing the globals in each module you need those variables in.
Comment on
Re: Re: require() turns off strict?
In Section
Seekers of Perl Wisdom