- or download this
transaction $bdh => code{ ... }
- or download this
transaction $bdh, sub { ... }
- 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
- or download this
use Transactions;
...
print "Start of the outer transaction\n";
print "End of the outer transaction\n";
};