in reply to
DBI / Mysql connections
If you want to reuse connections, you should be calling DBI->connect_cached() instead of DBI->connect().
Comment on
Re: DBI / Mysql connections
In Section
Seekers of Perl Wisdom