-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>
I have defined $dbh (a database handle) as a global variable. I have
a module, RD, that needs access to the database. How can I use $dbh
within the RD module?
- globals and modules The Ghost
- Re: globals and modules Tom Phoenix
- Re: globals and modules Chas Owens
- Re: globals and modules The Ghost