Sign in
apache
/
httpd-tests
/
refs/heads/trunk
/
.
/
t
/
htdocs
/
modules
/
cgi
/
stderr2.pl.PL
blob: a1580af74a7d822fb276131ebdeab7360592ed09 [
file
]
# closes stderr during script execution
close STDERR
;
print
"Content-Type: text/plain\n\n"
;
sleep
1
;
print
"this is also stdout"
;