Hello, perl monks!
We are currently using Filter to protect our code of
cgi, it's working good if fastcgi, but if I use
mod_perl, it will get the error says (http error log):
(Tue Mar 20 17:13:01 2001) (error) Unrecognized character \033 at
/home/httpd/cgibin/replyForm.cgi
which is filtered by Filter module, does any one
has successful experience of this kind?
mod_perl seems not to filter the code first... how
can I solve this?