Hi, I'm trying to retrieve a page that is cgi generated, the URL is something like:
http://www.wsvr.com/cgi-bin/script.pl?arg1=blah&arg2=arb
I've tried wget & lynx, they don't retrieve the page that would appear if I put the URL in my www browser. (the script spits back a .CSV file).
How best to retrieve it? LWP?
Ta'