How to install Perl on Unix/Linux
apt,
dnf, pacman, zypper,
apk, etc.). Use your distribution's package manager
to install or update Perl. Open a Terminal and run
perl -v
to see the installed version.
cpanm tool, which makes installing modules very simple to do. Install it
by running:
cpan App::cpanminus