>Server: NT4/IIS4/Sp6a + nnn hotfixes
>Perl version: 5.00307
>
>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"
>error is recorded. In one case, all the script does is read a number of
>files, parse the information and return it to the browser, so I'm not sure
>why 9 out of 10 times the script would work perfectly, and on the 10th time
>I get the "script produced no output" error.
Can you post the exact script??
That would help you get a more accurate solution, faster.
Also add the following line at the top of your script.
$|++; ## Disable output buffering.
let me know.
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web