I have inherited a CGI that does $content = get($URL) to grab another site's page.
I now need to modify this script to invoke a CGI on another site, ( a search request actually) e.g. http://searchservice/cgi/search?q=somestring
For the life of me I can't remember how to do this as it's 3 years since I was into CGI. Any help appreciated..