|
Kaye and Geoff's web page documentation
Perl script to return the value of the QUERY_STRING environment variable
';
print "\n\n";
print "The QUERY_STRING environment variable is: $ENV{'QUERY_STRING'} \n\n";
print '';
print '';
exit; |
|
Top Close |