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";
}
^D

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?

thanks guys.

asaf

Reply via email to