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 
params.  However when I call it from the perl script STDIN is empty.  I have 
tried backticks and the open call (which are supposed to inherit STDIN) to 
no avail.

Any suggestions?

Erich
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

Reply via email to