RE: How do I set POST vars from a perl script

2004-11-05 Thread Charles K. Clarkson
A Taylor <[EMAIL PROTECTED]> wrote: : Hi all, : I am trying to set some HTTP header variables in a perl : script that I can : then pick up in another script. : I want to create a situation as if some one had POSTed : variables from a form. Fields in a form are not placed in the HTTP headers o

RE: How do I set POST vars from a perl script

2004-11-05 Thread Thomas Bätzler
A Taylor <[EMAIL PROTECTED]> asked: > I am trying to set some HTTP header variables in a perl > script that I can then pick up in another script. > I want to create a situation as if some one had POSTed > variables from a form. I then want to pick these variables up > in an .asp script. You can

How do I set POST vars from a perl script

2004-11-05 Thread A Taylor
Hi all, I am trying to set some HTTP header variables in a perl script that I can then pick up in another script. I want to create a situation as if some one had POSTed variables from a form. I then want to pick these variables up in an .asp script. I have tried picking up cookies with an asp scri