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


in reply to perl lost its modules!

hmm shooting in the dark:

  • which permissions does the directory /usr/share/perl5 have?

  • does use lib '/usr/share/perl5' help?

  • could you try printing @INC within a BEGIN block to exclude weird settings which only apply afterwards?

    Cheers Rolf

    ( addicted to the Perl Programming Language)