***Below is the snippet from myscript.cgi: #!/usr/bin/perl -w print "Content-type: text/html\n\n"; $myvalue = param("test"); print "\n"; print "\n"; print "
\n"; print "myvalue: $myvalue"; print "
\n"; print "";