Skip to content
nton7 edited this page Dec 22, 2021 · 5 revisions

perl5i requires a lot of modules, and installing Perl modules can be a major pain if you've never done it before and you don't have root. Here's our quickstart guide to setting up Perl and installing perl5i.

There's four problems to be solved.

  1. Install a recent version of Perl.
  2. Configure a CPAN shell to install modules in your home directory.
  3. Configure Perl to find modules in your home directory.
  4. Install perl5i.

If you need a code editor, and don't already have a favorite, we recommend...

Fortunately, there are tools to make this a short process.

The tools and process are different for Windows and Unix.