On Wed, 1 Nov 2000, Asaf Klibansky wrote:

> I installed win32 apache+perl+ssl but upon trying to start the apache web
> server i get the following error:
> 
> Can't locate Cwd.pm in @INC (@INC contains: .) at (eval 1) line 1.
> 
> i tried the followin to get @INC variables:
> C:\>perl
> for (@INC) {
>         print "$_\n";
> }
> 
> and got:
> 
> C:/Perl/5.6.0/lib/MSWin32-x86
> C:/Perl/5.6.0/lib
> C:/Perl/site/5.6.0/lib/MSWin32-x86
> C:/Perl/site/5.6.0/lib
> 
> notice the / is the wrong / for windows.
> how can i change that to \ ? is that really my problem?

Hi,
    You don't need to change / to \ - Perl on Win32 can understand
it .... Try setting the PERL5LIB environment variable to include
these directories.

best regards,
randy kobes

Reply via email to