
Paul
Enthusiast
Oct 1, 2002, 11:32 AM
Post #2 of 2
(561 views)
|
|
Re: [jamesfinnegan] help with program terminating
[In reply to]
|
Can't Post
|
|
local $SIG{__DIE__} = \&barf; # Goes somewhere near the top sub barf { my $error = shift; my @caller = caller; # Your stuff here }
(This post was edited by RedRum on Oct 1, 2002, 11:33 AM)
|