Hi :

I am trying to get a perl script to automatically get called, from within
another script, without someone having to click on a link to call it.

The target script resides on another server. The target is to be called
something like this :

http://www.targetdomain.com/cgi-bin/target.pl?code=data&code2=data2

I know how to get the target to process the data received.

So basically I want the source script, after a form has been processed, in the
background to automatically call the target script, which will do it's stuff
on the other end, without the user filling out the form knowing about this.

I am not sure how to do that call.

Please note that I specifically want the target script to be called after a
form has been processed.

Does anyone have any clues on how I can do that ?

Thanks in advance

Louis.
_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-admin


Reply via email to