Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Redirecting perl output

by h0mee (Acolyte)
on Feb 10, 2000 at 02:18 UTC ( [id://3288]=note: print w/replies, xml ) Need Help??


in reply to Redirecting perl output

Are you using GET or POST?

You have several options: 1) You can pass back an HTML redirect to the browser, with the name value pairs in the CGI you are redirecting to:

http://www.blah.org/cgi-bin/CGI2.pl?name1=value1&name2=value2
etc...

2) You can call the CGI script directly through the LWP method refered to in the previous post

3) You can call the CGI script within your own CGI using backticks or the do command. Since the CGI parameters are stored in the %ENV hash, the subprogram should inherit scoping. You have an additional worry about security...

Log In?
Username:
Password:

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

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

    No recent polls found