Help for this page

Select Code to Download


  1. or download this
    transaction $bdh => code{ ... }
    
  2. or download this
    transaction $bdh, sub { ... }
    
  3. or download this
    Some error
    commit not safe after errors, transaction rolled back at Transactions.
    +pm line 123
    commit not safe after errors, transaction rolled back at Transactions.
    +pm line 123
    
  4. or download this
    use Transactions;
    
    ...
        print "Start of the outer transaction\n";
        print "End of the outer transaction\n";
    };