CHARTPAPER
MIS
I have a HTML form that I am changing from GET to POST. I cannot seem to get the information passed from the form into a plain cgi ksh script. If I replace the ksh script with a pearl script I am able to get the information, so I know my form is working correctly. I have not been able to figure out how to get the information from STDIN when called by cgi from a html form using ksh. I do not want to rewrite a very involved ksh script into a pearl script. What am I missing, "while read somevariable" does not get the information into my ksh script. As you can tell I am not a HTML or cgi person. I was able to get the GET form to work about five years ago and now need to change this form into a POST form.