Re: Outputting errors

2001-10-24 Thread Brett W. McCoy
On Wed, 24 Oct 2001, Etienne Marcotte wrote: > When running a script from a browser, is it possible to actually see the > error messages? > > Each time there is one it states "Internal Server Error" and says the > error is in the log. Is there anyway to show it on the page, not in the > log.. if

Re: Outputting errors

2001-10-24 Thread RaFaL Pocztarski
Etienne Marcotte wrote: > When running a script from a browser, is it possible to actually see the > error messages? use CGI::Carp qw(fatalsToBrowser); or use CGI::Carp qw(fatalsToBrowser warningsToBrowser); see perldoc CGI::Carp - RaFaL Pocztarski, [EMAIL PROTECTED] -- To unsubscribe