First page Back Continue Last page Overview Image
Installation
From the Perl perspective, there’s just one method to install an application program: the ‘cpan’ (or ‘cpanm’) tool.
☺ cpan takes care of installing dependencies.
☹ cpan requires:
- network access to download modules;
- a build environment to build modules and libraries;
- development skills;
- storage privileges, by default it installs in a system wide Perl area.