Hi,
I try to run something that will run very long time in a cgi script with a pipe. However, before it exit, I found the script get timeout.......how can I print out the stdout from the pipe while I am waiting, but keep the collected output as the same time? The program is executed from a safe pipe in perl 5.8.0 multi argument open() with "-|" operator.