script to interface with web server. I'd like to interface with the web server via a perl script rather than a browser. So, browser calls perl cgi script, then perl makes http call to another browser, passing get and post vars along with a url. Then perl script receives response from web...