I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2009-10-15 20:25:29-07 by pkpk
persistent database handles
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
Direct Responses: Write a response