Hello,
 
The Modules book by Lincoln Stein and Doug MacEachern (pp.464-465) says that Apache::exit() can be used to halt script execution without terminating the process and without logging an error. 
 
The User Guide at http://perl.apache.org/docs/1.0/guide/index.html has a section "Terminating requests and processes..." that also discusses the need to use Apache::exit() instead of Perl's buit-in exit().
 
However, the Apache documentation itself does not mention an exit() function. Neither "perldoc Apache" nor the documentation at http://perl.apache.org/docs/1.0/api/Apache.html contain the word "exit".  Am I looking in the wrong place?
 
Thanks,
 
Francisco Corella

Reply via email to