> I have a number of CGI scripts that all use the same DBI->connect > string. Is there any way to cache this connection (using > mod_perl or otherwise) so I only need to make one persistent > connection and have all my scripts share it?
In mod_perl, when Apache::DBI is loaded, this is handled for you automatically and transparently. L8r, Rob
