in reply to Handing back $SIG{__DIE__} under -w causes a warning?

Next time, please indicate which line is giving the warning - that helps the people willing to help you.

Having said that, I've no idea why this is giving a warning. It's actually the $SIG {__DIE__} that's giving the problems - setting it to something that's undefined seems to cause the warning. Smells like a bug to me.

Abigail