in reply to Lost STDOUT?

The fact you're not getting a 500 error indicates your script sent a header, so that means STDOUT was fine when your script started. I'd look elsewhere for the problem.

Replies are listed 'Best First'.
Re^2: Lost STDOUT?
by Anonymous Monk on Nov 04, 2004 at 22:32 UTC
    Hmmm, thats correct. My code was as simple as
    print <<P1; Content-type:text/plain <some stuff> P1
    And it works fine sometimes, gives a blank page another times. Maybe this is an http server problem.

    Thanks to all again,

    Ricardo