No, I am not running mod_perl, this is just a normal CGI script. Which leads me to believe that all database connections should die becuase the destroy method gets called on the database handle when the script exits, regardless of whether you explicitly call $dbh->disconnect(), right?