Hi!
My setup is really simple, and because of this, I can't figure out
what is going wrong. I am running:
Apache/2.0.47 (Debian GNU/Linux) mod_perl/1.99_10 Perl/v5.8.1
My apache2.conf contains:
PerlSwitches -T
<Location /~joshua/cgi-bin/opine.cgi>
SetHandler perl-script
PerlResponseHandler OHL::CGI
</Location>
My CGI script uses CGI::Simple. However, I can't find any data
which is tainted. For example,
warn tainted(param('foo')); # false for any given foo
Am I doing something wrong?
--
A new cognitive theory of emotion, http://savannah.nongnu.org/projects/aleader
--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html