Help for this page

Select Code to Download


  1. or download this
    #! /soft/perl5/bin/perl
    require DBI;
    ...
    { RaiseError => 1, AutoCommit => 0 }
    );
    $dbh->disconnect;
    
  2. or download this
    #! /soft/perl5/bin/perl
    require DBI;
    ...
    );
    $dbh->disconnect;
    sleep 1000;