Help for this page

Select Code to Download


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