Sign in
webkit
/
WebKit
/
9c689a90a777ee9afd82a74b10e8a82210dcb869
/
.
/
LayoutTests
/
http
/
tests
/
xmlhttprequest
/
hello-world.cgi
blob: 66ac3d5b76a2c2e9be182915394c99c688fa9d82 [
file
] [
log
] [
blame
]
#!/usr/bin/perl -w
print
"Content-type: text/plain\n\n"
;
print
"Hello World!"
;