in reply to Re: perlsec question
in thread perlsec question

If you have CGI scripts trying to execute other CGI scripts, then you are doing something fundamentally wrong already.

Not to mention that CGI scripts which assume that all CGI communication will be in %ENV loses you the ability to pass large amounts of data to the script. (Which requires the POST method to do.)