Found the FAQ's. Seems that I can put in  

goto END;

and then put an end block in the code.

END: {
  1;
}

On Wed, Mar 13, 2002 at 07:07:18PM -0800, Brian Lavender wrote:
> I developing some code, which I am running under
> 
> Apache::Registry
> 
> I seem to recall that you don't want to put 
> 
> exit;
> 
> in a script, because the script continues to run. I have some
> code, where I may send a redirect, and then I am done. Is there
> a pseudo exit, or return command?
> 
> brian
> -- 
> Brian Lavender
> http://www.brie.com/brian/

-- 
Brian Lavender
http://www.brie.com/brian/

Reply via email to