What I want to do is to be able to specify the method that the browser retrieves a web document.
I definitely want to use this to do it with: print "Location: $url_to_go_to\n\n";
So all I need is to know how to set the retrieval method to GET or POST for the document located at $url_to_go_to.
Thanks in advance for your help, fellow monks!