Help for this page

Select Code to Download


  1. or download this
    local $dbh->{AutoCommit} = 0;
    local $dbh->{RaiseError} = 1; 
    ...
          warn "append failed $@";
          $dbh->rollback;
    }
    
  2. or download this
    sub append_to_text {
        my $dbh   = shift;
    ...
            }    
        
    }