in reply to
Using our $variables across modules
$Header::$userID # WRONG
This should be:
$Header::userID # only one sigil
Comment on
Re: Using our $variables across modules
Select
or
Download
Code
In Section
Seekers of Perl Wisdom