Does anyone know how to resolve the error message that is occurring when I try to run my perl interpreter?
“Cannot locate config.pm in @INC (@INC contains : .)
Begin failed----Configuration aborted”
Does anyone know how to resolve the error message that is occurring when I try to run my perl interpreter?
“Cannot locate config.pm in @INC (@INC contains : .)
Begin failed----Configuration aborted”
c’mon, there must be some perl hack out there willing to show me how easy this is?
It sounds like Perl isn’t installed properly. The proper sequence is something like this:
makefile.pl
make
make test
make install
BTW, is this Unix/Linux or Win32?