in reply to Re: How do I get errors printing out to the browser?
in thread How do I get errors printing out to the browser?
if a Perl script fails perl -c then the server is only going to issue an internal error to your browser.Why do you say that? fatalsToBrowser will report errors to the browser whether the script compiles or not. It even reports line numbers and paths, which is a good reason to remove fatalsToBrowser in production code.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: How do I get errors printing out to the browser?
by sgifford (Prior) on Aug 05, 2003 at 16:57 UTC | |
by chriso (Sexton) on Aug 06, 2003 at 16:55 UTC | |
Re: Re: Re: How do I get errors printing out to the browser?
by blue_cowdawg (Monsignor) on Aug 05, 2003 at 17:08 UTC | |
by jsprat (Curate) on Aug 05, 2003 at 21:26 UTC |