Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: RFC: Transactions.pm

by Aristotle (Chancellor)
on Apr 28, 2003 at 11:19 UTC ( [id://253653]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub commit () {
        ($T || ${ caller() . '::T' })->commit;
    ...
        END_XACTION: die $@ . "commit not safe after errors, transaction r
    +olled back"
            if $@;
    }
    
  2. or download this
    sub commit {
        require Carp;
    ...
            Carp::croak($@ . "commit not safe after errors, transaction ro
    +lled back");
        }
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://253653]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (6)
As of 2024-04-23 17:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found