Help for this page
use base 'CGI::Application'; use strict; ... ... $Self->param ( 'mydbh' => DBI->connect ( ... ) ); }
Issuing rollback() for database handle being DESTROY'd without explici +t disconnect()