http://qs321.pair.com?node_id=11140253


in reply to Re: How can I track down why perl 5.34.0 will install on one user account on macos with perlbrew and not another?
in thread How can I track down why perl 5.34.0 will install on one user account on macos with perlbrew and not another?

OMG, I had an echo script in ~/bin.

$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest Vicar";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks

  • Comment on Re^2: How can I track down why perl 5.34.0 will install on one user account on macos with perlbrew and not another?
  • Download Code

Replies are listed 'Best First'.
Re^3: How can I track down why perl 5.34.0 will install on one user account on macos with perlbrew and not another?
by stevieb (Canon) on Jan 07, 2022 at 17:41 UTC

    LOL!!! Good comedy for a Friday.

Re^3: How can I track down why perl 5.34.0 will install on one user account on macos with perlbrew and not another?
by nysus (Parson) on Jan 07, 2022 at 18:27 UTC

    Well, maybe something valuable can come out of this. The build log did catch that `echo` was not the correct one. It said so right in the log. But it's way at the top of the build log and very easy to miss. Maybe instead, at the bottom of the build log in big letters: "YOU'RE AN IDIOT!"

    $PM = "Perl Monk's";
    $MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest Vicar";
    $nysus = $PM . ' ' . $MCF;
    Click here if you love Perl Monks