I ran into a situation where I somehow managed to hork up a perl installation by having the temerity to install some perl modules. From them on, invocations of perl by anyone other than root result in disappointment:
0 1 2 |
daoist@hound:~$ perl -V Can't locate Config.pm: Permission denied. BEGIN failed--compilation aborted. |
Here’s how I fixed it.