Just adding use DBI doesn't create a connection. I am not familiar with mod_perl, but in general you can/should call $dbh->disconnect() once you are finished with the database. See perldoc DBI
Quoting [EMAIL PROTECTED]: > Does the connection disconnect automatically when I'm using it in apache > under cgi or mod_perl using "use DBI;"? > > thanks, > -rkl >
