Re: Error.pm under mod_perl

2003-12-30 Thread Dominique Quatravaux
> 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

Re: Error.pm under mod_perl

2003-12-29 Thread Perrin Harkins
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

Error.pm under mod_perl

2003-12-29 Thread Stuart Moffatt
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