in reply to Using a HASH to store a DBI connection

In case it helps, bear in mind that you can store the database handles (returned by DBI->connect) in a hash as well; they can all be open and accessible simultaneously.
  • Comment on Re: Using a HASH to store a DBI connection