in reply to Re^3: How to print the backtrace in a "catch" block?
in thread How to print the backtrace in a "catch" block?
did in fact do what I want (just need to make it look nicer). Thanks$SIG{__DIE__} = sub { cluck shift; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: How to print the backtrace in a "catch" block?
by tobyink (Canon) on Jan 16, 2012 at 17:25 UTC |