DEBSOURCES
Skip Quicknav
sources / apache2 / 2.4.66-6 / debian / perl-framework / t / htdocs / modules / negotiation / query / test.pl.PL
12345678
print "Content-type: text/html\n\n"; foreach my $key (keys %ENV) { if ($key eq "QUERY_STRING") { print "$key --> $ENV{$key}\n"; } }