in reply to Using our $variables across modules

$Header::$userID     # WRONG

This should be:

$Header::userID      # only one sigil