http://www.perlmonks.org?node_id=1080663


in reply to Re^2: perl lost its modules!
in thread perl lost its modules!

> I don't see how it's a system permissions issue. As user, I can cat the file

Directory permissions distinguish between accessing files and reading the directory. If Perl can't read the dir then it can't find the modules, while it's still possible to access the files by full path.

Anyway it seems boftx already found the solution further down. :)

Cheers Rolf

( addicted to the Perl Programming Language)