cpanm
There are several ways to install Perl modules on your system from CPAN, but probably the best is to use App::cpanminus also known as cpanmin.us or just cpanm.
This is the command you need to install cpanminus before you can use it to install additional modules.
curl -L https://cpanmin.us | perl - App::cpanminus
Published on 2020-05-16
If you have any comments or questions, feel free to post them on the source of this page in GitHub. Source on GitHub.
Comment on this post