Hi Thomas,
Thomas Bätzler wrote:
Have a look at LWP and in particular LWP::UserAgent - you couldThanks but I have a new problem resulting from this -> I need the output of the other CGI program to be seen by my users. The other CGI program is not ours so I cannot modify its functionality.
use the post() method to submit your parameters to the other
CGI program. As an added bonus, you can examine the result of
the operation and report success or failure to your users.
This is what is supposed to happen:
1. User sends data to my script using an html form
2. My script (the one I want to modify) processes data, then calls a 3rd-party script
3. 3rd-party script processes data, then calls another local script of mine.
Currently, all of these calling of other scripts appear to the user as redirects.
Thanks for any help
Johann
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>