Sign in
apache
/
httpd-tests
/
refs/heads/trunk
/
.
/
t
/
htdocs
/
modules
/
cgi
/
empty.pl.PL
blob: 31e1ae92e2d1778253b19a300a2ff23025098ced [
file
]
use
strict
;
print
"Content-type: text/plain\r\n"
;
print
"Content-Length: 0\r\n"
;
print
"\r\n"
;