How can I install Perl module without using CPAN.pm?

后端 未结 10 1723
庸人自扰
庸人自扰 2021-02-01 21:27

Is it possible?

10条回答
  •  误落风尘
    2021-02-01 21:44

    I, as others have would highly suggest using CPAN.pm. It is a breeze to use and can resolve any dependencies associated with the module you need automatically.

    On the other hand, I would suggest that you read the perlmodinstall document over at perldoc as it gives details on other os' as well.

    Regards,

    Jeff

提交回复
热议问题