No.  If there is an END block empty or not then the error logging does
not happen.

By the way do you know of any way to capture what would have been logged
and print it through Apache->something?

Thanks.

-----Original Message-----
From: Perrin Harkins [mailto:perrin@;elem.com] 
Sent: Tuesday, November 12, 2002 3:34 PM
To: Justin Luster
Cc: [EMAIL PROTECTED]
Subject: Re: Using Perl END{} with Apache::Registry

Justin Luster wrote:

> I have an included file that I'm requiring:
>
> require "test.pl";
>
> Without the END { } block if the script cannot find test.pl I get a
> Server error 500 and an appropriate error message in the log file.
When
> I include the END{ } block I get no Server Error and no message in the
> log file.  It is almost as if the END{ } is overwriting the
> ModPerlRegistry error system.


Does it make any difference if you change what's in the END block?

- Perrin




Reply via email to