in reply to Re^2: trouble installing perl modules in a google instance
in thread trouble installing perl modules in a google instance

(comparing v5.24.1 to v5.26.1 re: the earlier complains of modules mentioned)
  • Comment on Re^3: trouble installing perl modules in a google instance

Replies are listed 'Best First'.
Re^4: trouble installing perl modules in a google instance
by Anonymous Monk on May 09, 2020 at 22:56 UTC
    this works:
    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