Re: Passing STDIN to subprogram

2000-09-27 Thread Doug MacEachern
On Wed, 6 Sep 2000, erich oliphant wrote: I am replacing a CGI shell script with a modperl script. At one point in the shell script subprogram is called. The HTML form that calls the script calls it via a POST. As such the params are available via STDIN. The subprogram call (which I

Passing STDIN to subprogram

2000-09-06 Thread erich oliphant
I am replacing a CGI shell script with a modperl script. At one point in the shell script subprogram is called. The HTML form that calls the script calls it via a POST. As such the params are available via STDIN. The subprogram call (which I can't eliminate yet) expects to see the form