How can I install a CPAN module into a local directory?

前端 未结 5 1779
庸人自扰
庸人自扰 2020-11-22 16:17

I\'m using a hosted Linux machine so I don\'t have permissions to write into the /usr/lib directory.

When I try to install a CPAN module by doing the us

5条回答
  •  醉话见心
    2020-11-22 16:50

    I strongly recommend Perlbrew. It lets you run multiple versions of Perl, install packages, hack Perl internals if you want to, all regular user permissions.

提交回复
热议问题