in reply to Re^5: Where did $@ go?
in thread Where did $@ go?

I see. So the implied "and contains the die message or at least a \n" is messed up due to scope localization issues.

Maybe that's what's "eating" the string in my case: some kind of destructor. And we should assume such things are happening in a fancy modern class-oriented system.

But that doesn't explain why it's still "true". Maybe there is some magic involved and it is remembering that there is an uncaught exception even though the string is gone?

So, are the various "fancy" try/catch systems inter-operable? I'm hoping they are all calling the same underlying class and pending-exception state system?