Sign in
webkit
/
WebKit
/
1e0197afe9ceb835575cd35795e88773cb8a574d
/
.
/
LayoutTests
/
http
/
tests
/
xmlhttprequest
/
resources
/
print-query.cgi
blob: cb559c1c8ea2daaa31fd65083a6aadd7fbf7df7b [
file
] [
log
] [
blame
]
#!/usr/bin/perl -w
use
CGI qw
(:
standard
);
my
$cgi
=
new CGI
;
print
"Content-type: text/plain\n\n"
;
print
$ENV
{
"QUERY_STRING"
};