Sign in
apache
/
httpd-tests
/
refs/heads/trunk
/
.
/
t
/
htdocs
/
modules
/
cgi
/
xother.pl.PL
blob: 7cd005ef5542975b724e2e8b40465419ca92e2bf [
file
]
use
strict
;
print
"X-Foo: bar\n"
;
print
"Content-type: text/plain\n\n"
;
print
"helloworld"
;