in reply to Re^3: goto in CORE::GLOBAL::exit - is it safe?
in thread goto in CORE::GLOBAL::exit - is it safe?

... and &Apache::exit internally call die(). And so it fail to "exit" if this code executed inside eval. This is documented issue, you can read about it here.

I just wonder why not solve this issue by replacing die() with goto()?

  • Comment on Re^4: goto in CORE::GLOBAL::exit - is it safe?

Replies are listed 'Best First'.
Re^5: goto in CORE::GLOBAL::exit - is it safe?
by SFLEX (Chaplain) on Aug 30, 2007 at 17:12 UTC
    Let me suggest this link

    http://perl.apache.org/docs/1.0/guide/intro.html#Apache__Registry

    Now im starting to scratch my head. =D
    *Edited
    and this link maybe of some intrest also.
    http://perl.apache.org/docs/1.0/guide/porting.html#die___and_mod_perl