Re: No form data with POST

2008-04-23 Thread Perrin Harkins
On Tue, Apr 22, 2008 at 1:32 PM, Julian Dobson <[EMAIL PROTECTED]> wrote: > I am using Apache/2.2.3 with a PerlTransHandler in which I decline CGI > scripts. However, the CGI script isn't getting the data using CGI::Minimal > (or any other version of CGI I care to try). Are you reading the POST d

No form data with POST

2008-04-23 Thread Julian Dobson
This is driving me nuts! I am using Apache/2.2.3 with a PerlTransHandler in which I decline CGI scripts. However, the CGI script isn't getting the data using CGI::Minimal (or any other version of CGI I care to try). If I use GET, this isn't an issue, and an old install (Apache/1.3.27) running