http://www.perlmonks.org?node_id=475775


in reply to html + Perl

I'm not a Windows expert, but from the sound of that error perhaps the Mason libraries got installed in a directory other than where mod_perl is looking for them.

Are you using all standard install paths, or did you custom install some things in other directories?

Replies are listed 'Best First'.
Re^2: html + Perl
by Anonymous Monk on Jul 19, 2005 at 00:26 UTC
    Try
    perl -MSillyMadeUpModule -e 1
    The error you get will look like
    Can't locate SillyMadeUpModule.pm in @INC (@INC contains: ...
    Apache probably does not have permission