> Sometimes my normally-working scripts will produce no output at all to the
> browser.  In the Perl error log, a corresponding "script produced no output"

use CGI::Carp;

You might also want to use the Tee module to capture the outout to
STDOUT to a flat file during the next few days to see if Perl is
silently failing. Or mess with @SIG.

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

Reply via email to