I've installed XAMPP on two Windows machinse for Perl CGI development.
The configuration on both machines should be the same, but on one any
attempt to use the 'require' statement fails with error saying it
"Can't Locate" the specified module.

On the machine where the script run correctly, the contents of @INC
are:


C:/xampp/perl/site/lib
C:/xampp/perl/lib
.

but on the machine where they fail, the contents of @INC are:

C:/xampp/perl/site/lib/
C:/xampp/perl/site/lib
C:/xampp/perl/lib
.
C:/xampp/apache

I suspect that because '.' is not the last item in the @INC list this
is causing a failure? But I don't understand why or how the c:/xampp/
apache path is being added to @INC ?

Any suggestions to resolve this would be greatly appreciated.

Andy


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to