rzward has asked for the wisdom of the Perl Monks concerning the following question:
Hello,
To help debug a difficult to find HTTP 500 Internal Error problem on a Win2K IIS 5.0 Web server running my ASP PerlScript script, I would like to employ the equivalent of
use CGI::Carp qw(fatalsToBrowser);
In my CGI Perl scripts, I use the above statement to automatically redirect fatal errors such as compiler or other errors to the browser.
Does anyone know if there is an equivalent to the above statement for ASP PerlScript scripts?
Thank you in advance for your help.
Richard
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: ASP PerlScript equivalent for use CGI::Carp qw(fatalsToBrowser);
by Jenda (Abbot) on Nov 10, 2002 at 16:40 UTC | |
by rzward (Monk) on Nov 10, 2002 at 18:19 UTC | |
by Jenda (Abbot) on Nov 10, 2002 at 20:07 UTC | |
by rzward (Monk) on Nov 12, 2002 at 12:06 UTC | |
by Jenda (Abbot) on Nov 12, 2002 at 14:05 UTC |
Back to
Seekers of Perl Wisdom