in reply to Re: RFC: Transactions.pm
in thread RFC: Transactions.pm
I would suggest you work with die instead though - that will work with nested transactions and require fewer hoop jumps. You can then also easily add some more error checking:
I don't like your goto LABEL idea at all, but I do like the idea of using die very much. It even makes sense! :)
Juerd # { site => 'juerd.nl', plp_site => 'plp.juerd.nl', do_not_use => 'spamtrap' }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: RFC: Transactions.pm (same as goto)
by Aristotle (Chancellor) on Apr 28, 2003 at 12:21 UTC | |
by Juerd (Abbot) on Apr 28, 2003 at 14:58 UTC | |
by Aristotle (Chancellor) on Apr 28, 2003 at 18:37 UTC |