Roee Rubin ([EMAIL PROTECTED]) wrote:
> I am hosting some CGI files on a server
> which I do not have access to. Therefore,
> I have no way to debug properly. If there
> is an error, I receive the usual 'Internal
> Server Error' message.
>
> Is there a way for me to trap and print
> all errors to a file?

Take a look at the CGI::Carp module, which is included with the standard
ActiveState Perl distribution.  It can redirect errors to a file, send them
to the browser as normal text, or include them as HTML comments.

--Bill Odom


_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to