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?


Reply via email to