On Sun, 9 Sep 2001, Quentin Smith wrote:
> then put this in Script_OnStart: *main::dbh = *foo::dbh. It will make
> main::dbh an alias for foo::dbh.
Err, I'm trying to make it so that the $dbh in my Global Package (foo) is
usable in db.pm, d.pm and f.pm. There is no "main" package (that's what my
Global Package *used* to be called but I renamed it to "foo" because of a
naming conflict).
How should I do that? Should I put this in db.pm, d.pm and f.pm:
*dbh = *foo::dbh;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]