til

Today I Learned: collection of notes, tips and tricks and stuff I learn from day to day working with computers and technology as an open source contributor and product manager

View project on GitHub

Install Perlbrew

I love Perlbrew for all of the reasons mentioned on the Perlbrew website, the order has been changed to my preference:

  • Leave vendor perl (the one that comes with OS) alone
  • No need to run sudo to install CPAN modules, any more
  • Test your production code against different perl versions.
  • Try the monthly released new perls
  • Learn new language features
$ sudo cpan App::perlbrew
$ perlbrew init

References