in reply to Running perl script on Mac -- so frustrating

I have perl running on my Mac. I do remember having issues with SSL. I wish I could remember what I did but I'm pretty sure I solved the problem with homebrew and installing openssl: https://formulae.brew.sh/formula/openssl. Also, run perl -V as a sanity check and make sure you are running the version of Perl you expect to be running.

But Google around and take heart, the problem is solvable.

$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: Running perl script on Mac -- so frustrating