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

p.s.

give them a chance to put the usual stuff in the / dir

modules mentioned in inaccessible subroutines provoke pesky queries

getting 6/7 improvement in thumb-twiddling

  • Comment on Re^2: trouble installing perl modules in a google instance

Replies are listed 'Best First'.
Re^3: trouble installing perl modules in a google instance
by Anonymous Monk on May 04, 2020 at 09:58 UTC
    (comparing v5.24.1 to v5.26.1 re: the earlier complains of modules mentioned)
      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