Help for this page
#!C:\perl\bin\perl -w # Script: form1test.pl works with form1test.html ... $value = param('yourname'); print "content-type: text/html\n\n"; print "The name you entered is $value";
#!C:\perl\bin\perl -w # Script: form1test.pl works with form1test.html ... #$value = param('yourname'); print "content-type: text/html\n\n"; print "Your Name will display here";