RE: Subroutines

2002-07-15 Thread Joel Hughes
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

RE: Subroutines

2002-07-15 Thread Camilo Gonzalez
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