in reply to Re^3: trouble installing perl modules in a google instance
in thread trouble installing perl modules in a google instance
sudo apt-get install perlbrew perlbrew install-patchperl perlbrew install 5.30.1 # this fails perlbrew install-cpanm cpanm List::MoreUtils perlbrew -q exec perl check.pl # this fails (lacks perl installation) perl check.pl # working
|
|---|