in reply to Querying a $dbh

DBI has environment variables for database, user and password (DBI_DSN, DBI_USER and DBI_PASS respectively), but they aren't based on dbh.

Would it be possible to define an Array of Hashes that associated these three values with the DB handle as the connects were done?