CGI::Simple doesn't work with mod_perl 1.999.20:

 $data = $self->{'.mod_perl'} ? Apache->request->args :
          $ENV{'QUERY_STRING'} || $ENV{'REDIRECT_QUERY_STRING'} || '';

Apache->request->args returns an Apache::RequestRec instead of a native
perl data structure.

What is the new magic to get this to work?

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to