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
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