# The HTML file with a hotlink to a CGI scriptTESTING ENV VARIABLESheretext continues here...#!/bin/perlprint "Content type: text/plain\n\n";print "CGI/1.1 test script report:\n\n";while(($key, $value)=each(%ENV)){ print "$key = $value\n";}
here
text continues here...#!/bin/perlprint "Content type: text/plain\n\n";print "CGI/1.1 test script report:\n\n";while(($key, $value)=each(%ENV)){ print "$key = $value\n";}