in reply to Database connection checking.
Look in the DBI documentation. It has methods to list all databases on a machine (if you have the appropriate privileges).
Alternatively, if Database connection checking. is your question, you need to cache the existing connection to your database in your application somewhere. Possibly by using Apache::DBI or by using its techniques.
|
|---|