Sign in
apache
/
httpd-tests
/
refs/heads/trunk
/
.
/
t
/
htdocs
/
modules
/
cgi
/
stderr3.pl.PL
blob: f4927b56c5219a9ab11a723c526123646d9ba76c [
file
]
# closes stderr during script execution
print
"Content-Type: text/plain\n\n"
;
print
"this is more stdout"
;
close STDOUT
;
print
STDERR
"this is a post-stdout-closure error message"
;