blob: b370163582580554932ae1992008cbe94460a359 [file]
print "Content-type: text/html\n\n";
foreach my $key (keys %ENV) {
if ($key eq "QUERY_STRING") {
print "$key --> $ENV{$key}\n";
}
}