Hello,

I am trying to send form data via a UNIX CGI Perl script to a MS Access
database.  The form and the CGI script are both on a secure web server.
The unix script must be used to process the credit card information from
the form.  I intend to use the POST method of sending the form data to
the CGI script.  If the credit card is rejected for any reason, then the
UNIX CGI script will send an error message to the user's browser and
stop processing things.  If the credit card has been successfully
processed, I need to strip out the credit card info (using perl regular
expressions or something else) and pass the remainder of the data to a
MS ASP script on a Windows server which will insert the data in to the
database.

My question:  How do I get the form data to the MS window ASP script
using the POST method?  I have tried using the GET method successfully (
print "Location: http://ip_address?ENV{'QUERY_STRING;'} ) but I don't
want any data in the URL.

Lawrence Adamiec
Unix Manager
Rm. 525B 
565 W. Adams St.
Chicago-Kent College of Law
Illinois Institute of Technology
Chicago, Illinois
312-906-5301


--
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