Ok.. here goes:
For instance, you can go point a URL at: http://www.server.com/cgi-bin/form.pl?id=103. (passing the parameter 'id=3').
Can I have something that points the browser to that same form, and pass that same parameter (id=103) in a POST form, and then read the parameter using the STDIN?
HELP!!