RE: Compiler errors...

2000-04-17 Thread Robert Jenks
Title: RE: Compiler errors... Well this does work better, but as I found out, it doesn't solve my problem. While this does catch runtime errors, it doesn't catch compile-time errors when using Apache::StatINC. However thanks to your hint on how to do this, I was able to patch Apache

Compiler errors...

2000-04-14 Thread Robert Jenks
Title: Compiler errors... We are currently using Linux/Apache/mod_perl (and Stat::INC) with good success (thanks to the help of this list) as a replacement for WinNT/IIS/Velocigen. Everything is (now) going good except that we miss one of Velocigen's debugging features. Velocigen would

Re: Compiler errors...

2000-04-14 Thread Ken Y. Clark
. Velocigen would display compiler errors to the browser (after a file-change recompile). I'm currently using CGI::Carp qw(fatalsToBrowser), but this only shows runtime errors. Is there a way to do this? I've thought about using the Apache "ErrorDocument" config to call a perl sc

RE: Compiler errors...

2000-04-14 Thread Robert Jenks
Title: RE: Compiler errors... Thanks Ken! It worked like a charm! -Robert