in reply to I cannot read from STDIN in cgi-styled script

Once you've issued "use CGI", then the CGI module is managing your GET/POST data for you, including slurping up STDIN as needed. Look at the param method/routine in the CGI docs to get at your data.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on •Re: I cannot read from STDIN in cgi-styled script