> I've read the docs at
> http://perl.apache.org/docs/general/perl_reference/perl_reference.html#Excep
> tion_Handling_for_mod_perl and still have some questions.
>
> Under "Other implementations", Error.pm is listed as a best option. I have
> test code that I run on the command line which Does th
Stuart Moffatt said:
> Under "Other implementations", Error.pm is listed as a best option. I
> have test code that I run on the command line which Does the Right
> Thing, but when I run it under mod_perl, the 'throw' handler in Error
> does a die(), which mod_perl sees as a 500 error and logs it BE
I've read the docs at
http://perl.apache.org/docs/general/perl_reference/perl_reference.html#Excep
tion_Handling_for_mod_perl and still have some questions.
Under "Other implementations", Error.pm is listed as a best option. I have
test code that I run on the command line which Does the Right Thin