in reply to My CGI to your CGI

The easiest thing to do would be to use CGI.pm and generate a redirect:

print $cgi->redirect("http://searchservice/cgi/search?q=something");

Replies are listed 'Best First'.
Re: Re: My CGI to your CGI
by j1oakley (Initiate) on Mar 01, 2001 at 06:17 UTC
    ahh,Thanks, but I didn't tell you the rest of the story :-) I need to grab the response for some post processing..
      The $content = get($URL) should work even with another cgi script, since your using the searchstring is part of the URL.
      Life? What's a life?