in reply to Can't locate Config.pm in @INC

Are you on Linux? Use strace -e trace=%file perl -V to see which files Perl is trying to open and why it fails. There will be a lot of output, so make sure to read Writeup Formatting Tips and format it correctly using <code> tags.