Compiler can't locate modules
Perl cant locates several modules. The modules are indeed in the @INC path. Any tips what im doing wrong?
Ingo Bartel
Answer:
Please see the section in the help file "Advanced issues / How OptiPerl finds modules" or on-line at:
http://www.xarka.com/optiperl/help/howoptiperlfindsmodules.htm
If this is not the problem, then probably the module you are using is not installed correctly. Try installing using the perl package manager (/bin/ppm.bat ) and issuing the command "install PACKAGE", like for example install Digest::SHA1
23.08.2003. 18:21
This article hasn't been commented yet.
Write a comment