Igor, please trim your replies to include only the quotes you are replying to. Thank you.

Igor Chudov wrote:
Of these two modules, CGI::Deurl is responsible.

It does something strange here:

sub load { my $data; if (defined $ENV{REQUEST_METHOD} and
$ENV{REQUEST_METHOD} eq "POST") { read STDIN , $data , $ENV{CONTENT_LENGTH} ,0;

It assumes that it's the one that grabs the POST data, so obviously CGI.pm doesn't work.


--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to