Help for this page

Select Code to Download


  1. or download this
    $dbh->disconnect or warn "Disconnection failed: $DBI::errstr\n";
    sleep(5);
    $dbh = DBI->connect_cached(@connection) or die;