I tried running:
perl -e "use Error;"
from cmd in windows 7. (active perl 5.12 installed on system) and I am getting the error
Can't locate Error.pm in @INC (@INC contains: C:/Perl64/site/lib C:/Perl64/lib )
I manually searched and found Error.pm
in C:/Perl64/lib/CPANPLUS
.
Does anyone have an idea what could be going on here?