On Tue, Feb 22, 2011 at 3:32 PM, Mark Hedges <hed...@formdata.biz> wrote: > I copied this useful debugging filter at > http://perl.apache.org/docs/2.0/user/handlers/filters.html#All_in_One_Filter > > It works fine, but I can't `perl -c` :
Yes, the modules that are built to run in the context of Apache HTTPD mostly will not run from the command-line. They are missing the environment they expect. To test them, you need to run them through mod_perl. See Apache::Test. - Perrin