Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: My CGI to your CGI

by eg (Friar)
on Mar 01, 2001 at 05:45 UTC ( [id://61494]=note: print w/replies, xml ) Need Help??


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?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://61494]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-04-25 06:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found