Help for this page

Select Code to Download


  1. or download this
    eval {
      $dbh->begin();
      # stuff...
    ...
    else {
      $dbh->commit();
    }
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    else {
        warn "(PID $$) Committing transaction #$num";
    }