I tried to run:
perl -e "use Error;"
from cmd on Windows 7. (perl 5.12 installed on the system is active) and I get an error
Cannot find Error.pm in @INC (@INC contains: C: / Perl64 / site / lib C: / Perl64 / lib)
I manually searched and found Error.pmin C:/Perl64/lib/CPANPLUS.
Does anyone have an idea what is going on here?
source
share