in reply to Re: Re: Re: Using mod_perl on windows
in thread Using mod_perl on windows
Request.pm is in c:\Perl\site\Apache\lib and @INC is if printed staright from the browser c:/Perl/lib c:/Perl/site/lib.
Well there you go.
@INC does not contain "c:\Perl\site\Apache\lib". push() it in there or do the 'use lib c:\Perl\site\Apache\lib' thing.
Every bit of code is either naturally related to the problem at hand, or else it's an accidental side effect of the fact that you happened to solve the problem using a digital computer.
M-J D
|
|---|