blob: 2dfc9b9f0e5ceeb721627cc31d3c0f514270f9df [file] [log] [blame]
# test env vars
print "Content-type: text/plain\n\n";
print exists $ENV{QUERY_STRING} && $ENV{QUERY_STRING};
__END__