http://qs321.pair.com?node_id=211758

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