in reply to Using our $variables across modules

Add the line use Header; to Some-subs (the hyphen is odd in a package name) to refer to $dbh without the package name.

Replies are listed 'Best First'.
Re^2: Using our $variables across modules
by nedals (Deacon) on Feb 13, 2005 at 22:55 UTC
    the hyphen is odd in a package name

    It also did not work correctly. Changed it to underscore