How to use install multiple version of perl in your home environment

You are a developer, you need multiple version of perl to test your product, they is an easy solution :

  • perlbrew
  • cpanm

PerlBrew is an easy tools that allow you to use different version of perl without any conflict with your perl install on your system.

Cpanm is the easy tool to install any perl module you want from CPAN in your PerlBrew environment.

Let's see

Short URL

Comments