Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created June 17, 2017 11:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoffixznet/d41f7380da254ec3f26943dd32cff23a to your computer and use it in GitHub Desktop.
Save zoffixznet/d41f7380da254ec3f26943dd32cff23a to your computer and use it in GitHub Desktop.
\curl -L https://install.perlbrew.pl | bash
echo 'source ~/perl5/perlbrew/etc/bashrc' >> ~/.bashrc
source ~/.bashrc
perlbrew install perl-5.26.0 --notest -Duseshrplib -Dusemultiplicity
perlbrew switch perl-5.26.0
perlbrew install-cpanm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment