On Mon, 2003-09-08 at 21:49, Ray Zimmerman wrote:
> I was just considering how to handle it when a serious error occurs 
> during a CleanupHandler

If you want the handler to continue, you have to catch the error
yourself using normal methods.

> and was wondering what the difference was 
> between 'warn' and 'die' in that context.

The same as any other context: warn sends a message to STDERR and
continues, while die throws an exception.  There is a lengthy section on
error handling in the mod_perl guide.

- Perrin

Reply via email to