Theresa,
one way to go about this is to create your own module which has the
connection details in it (or reads from ENV/external XML file etc) and also
has your data access subroutines. Then instantiate instances of this modules
whereever you need to.
This is the best URL I can find which talks
Theresa,
Paul Duboise in his book Perl and MySQL puts all connection schemes in a
library. Would that work for you?
-Original Message-
From: Theresa Mullin [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 15, 2002 2:31 PM
To: [EMAIL PROTECTED]
Subject: Subroutines
Hi Everyone,
I am writ