nite_man has asked for the wisdom of the Perl Monks concerning the following question:
Hi friends,
I need your help. I develop a large Perl application with web user's interface. There are some other developers in that project and we all have separated versions of the application in the our work directory. So, I develop myself version and then commit all changes in the CVS.
By this reason, I need to use myself Perl modules to test functionality. When we've used Apache1 we've just specified PERL5LIB variable in the .htaccess. But after migration to Apache2 that feature stopped work.
Can anybody soggest me how can I define PERL5LIB in the .htaccess file?
Thanks in advanced.
P. S. Sure, I understand that I can use use lib qw(my_lib) inside all scripts
but it's not good approach for me!
~ Schiller
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problem with Apache2, htaccess and PERL5LIB.
by thraxil (Prior) on Apr 23, 2004 at 15:34 UTC | |
|
Re: Problem with Apache2, htaccess and PERL5LIB.
by bart (Canon) on Apr 24, 2004 at 01:54 UTC | |
|
Re: Problem with Apache2, htaccess and PERL5LIB.
by nite_man (Deacon) on Apr 26, 2004 at 07:35 UTC | |
by PodMaster (Abbot) on Apr 26, 2004 at 08:36 UTC | |
by nite_man (Deacon) on Apr 26, 2004 at 11:28 UTC |