Help for this page

Select Code to Download


  1. or download this
    
    sub do_transaction {
    ...
    sub transactions_off {
        $_->{AutoCommit} = 1 foreach (AllTables::handles);
    }