On 7/30/07, Ken Perl <[EMAIL PROTECTED]> wrote: > my question is I can not find any persistent connections for my CGI > script.
If you are running your scripts through ModPerl::Registry, all you need to do is call DBI->connect normally and you will get persistent connections. - Perrin