Heidegger has asked for the wisdom of the Perl Monks concerning the following question:
So, the Perl knows where my *.pm files are. Unfortunately, Apache doesn't know that (Apache error.log):PERLLIB="C:/Apache/htdocs/mokslas/lib" @INC: C:/Apache/htdocs/mokslas/lib C:/Perl/lib C:/Perl/site/lib .
So, the question is: how do I make Apache know my @INC variable under Windows? (I'm setting my @INC variable through the PERLLIB environment variable). I have restarted my computer - the Apache should "grab" @INC from Perl. Thanks for your help.Can't locate Mokslas.pm in @INC (@INC contains: C:/Perl/lib C:/Perl/si +te/lib .) at c:\apache\htdocs\mokslas\index.cgi line 3.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Setting the @INC variable for Apache running on Windows
by bart (Canon) on Jan 23, 2003 at 10:49 UTC | |
|
Re: Setting the @INC variable for Apache running on Windows
by blokhead (Monsignor) on Jan 23, 2003 at 07:48 UTC | |
|
Re: Setting the @INC variable for Apache running on Windows
by Coruscate (Sexton) on Jan 23, 2003 at 08:35 UTC | |
|
Re: Setting the @INC variable for Apache running on Windows
by crouchingpenguin (Priest) on Jan 23, 2003 at 15:56 UTC | |
|
Re: Setting the @INC variable for Apache running on Windows
by Heidegger (Hermit) on Jan 23, 2003 at 09:08 UTC | |
|
Re: Setting the @INC variable for Apache running on Windows
by Heidegger (Hermit) on Jan 23, 2003 at 09:13 UTC |