in reply to Re (tilly) 1: END failed --- call queue aborted
in thread END failed --- call queue aborted

I may be missing something, but why call exit at all?

exit doesn't mess up an END block, die does. I am not sure when calling exit in an END block is needed either though.

Cheers,
KM

  • Comment on RE: Re (tilly) 1: END failed --- call queue aborted

Replies are listed 'Best First'.
RE (tilly) 3: END failed --- call queue aborted
by tilly (Archbishop) on Aug 23, 2000 at 19:52 UTC
    I wasn't saying that it was a problem. It just looked to me like someone jumping through hoops to make their Perl look like C.

    I was wondering if they were actually using the construct for something useful.