#make the call: http://www.test.com/myscript.cgi?id=1234 #### ***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 "";