Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created December 21, 2016 18:45
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/2fc2aa2cfbabad6b9a4ea529f1774dbb to your computer and use it in GitHub Desktop.
Save zoffixznet/2fc2aa2cfbabad6b9a4ea529f1774dbb 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.24.0 -Duseshrplib -Dusemultiplicity
perlbrew switch perl-5.24.0
perlbrew install-cpanm
cpanm Spreadsheet::DataFromExcel
panda install Inline::Perl5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment