1 2 3 4 5 6 7 8 9
# closes stderr during script execution close STDERR; print "Content-Type: text/plain\n\n"; sleep 1; print "this is also stdout";