Re: Can't locate module.pm file

2003-09-29 Thread Thomas Schindl
This is once more a question where you should have looked once more at the documention at perl.apache.org. When you execute your perl programm on the commandline you automatically have "." in your @INC == include path. Mod_perl is not executed in the directory where your .pm is located, so you ha

Can't locate module.pm file

2003-09-29 Thread perl
I have a problem calling a module in my mod_perl dir using apache on redhat 9. I have a mystuff.pm in the same directory as the calling perl program. I got it working running on the command line but in apache mod_perl, it can't find the module. Questions: - Where should the mystuff.pm be located