in reply to How to connect multiple databases with single sub routine connection using perl?

Um... do you realize that the code after the first return is unreachable? Your code only connects to one database. You're probably going to want an array of database handles.
  • Comment on Re: How to connect multiple databases with single sub routine connection using perl?