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