in reply to Re^4: bad die behaviour?
in thread bad die behaviour?
Do you have a $SIG{__DIE__} handler that calls exit?
They write a formatted log line and close the log file.
Both of which can change $!. It's unrelated to the problem you asked about, but a bug nonetheless.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: bad die behaviour?
by Anonymous Monk on Sep 10, 2007 at 13:38 UTC | |
by nimdokk (Vicar) on Sep 10, 2007 at 13:58 UTC |