Hello,I have a web-based system that accesses a mysql database through DBI. Currently I make a new database connection for each web access. I would like to retain the connection and database handle rather than making a new connection with each web access. Is there a simple way to do this?
Thanks,Peter