Sign in
webkit
/
WebKit
/
64ba271bd916a06975e3379f43215084c2df17dd
/
.
/
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"
};