in reply to Re^4: Execution order of END/CHECK vs BEGIN/INIT (exit??)
in thread Execution order of END/CHECK vs BEGIN/INIT

Oops, you're exactly right. I knew about exec, and had a mental association with exit as well, but should have checked the documentation.

My unfair maligning of exit is almost certainly due to the fact that I try to avoid it because of the difficulty it causes when you go from stand-alone scripts to scripts embedded in a persistent interpreter.

  • Comment on Re: Re^4: Execution order of END/CHECK vs BEGIN/INIT (exit??)