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
of the resulting call.


: I then want to pick these variables up in an .asp script.
: 
: I have tried picking up cookies with an asp script that were
: written from a perl script but it doesnt work. I need to be
: able to pass reasonably secure data from 1 script to another
: and therefore cannot use the QUERY_STRING. 

    Can you give an example of both the perl script and the
ASP script you want to use and how they interact? Also, give
us the scripts you used that didn't work and tell us how you
implemented them.


HTH,

Charles K. Clarkson
-- 
Mobile Homes Specialist
254 968-8328


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to