http://www.perlmonks.org?node_id=253524


in reply to Re: Re: Re: Re: How to use variables from other package?
in thread How to use variables from other package?

I forgot about warnings. Sometimes they can be easily missed (I certainly have), so reading the 'Fatal Warnings' section of perllexwarn may be an idea.

use warnings FATAL => qw(all);

--
integral, resident of freenode's #perl