G'day redsox43,

Welcome to the Monastery.

I used macOS (formerly Mac OS X) for many years. I stopped using it a little over a year ago. While I can provide some advice, I'm not in a position to test anything for you (including anything related to your current problem). Also, be aware that any advice runs the risk of being a little out of date.

"Other posts where I should run Strawberry Perl instead, and leave the Perl that came with the OS alone, but I wanted to ask if anyone had any thoughts before I started down that path."

Firstly, Strawberry Perl is, as its home page states, "a perl environment for MS Windows"; so you can forget about using that with an Apple Mac environment.

Apple have indicated that they are dropping default support for Perl: see the Scripting Language Runtimes section (it's roughly in the middle of that rather long page) of "macOS Catalina 10.15 Release Notes" were I first noted that information. You might want to follow various links in "macOS Release Notes" for more up to date information. I had a very quick look but couldn't immediately find anything of specific relevance to Perl.

In the main, not using a system Perl is generally a very good move and recommended by most. I recommend using Perlbrew; however, there are other options which you may want to investigate. I wrote a fair amount about this in "Re: Understanding Perl / Brew Perl and Cpan on macOS"; including why not to use the system Perl.

Many people here use Perlbrew. If you choose that option, there's plenty here who can provide help and advice if you run into difficulties. That's not to say that similar help and advice won't be forthcoming if you choose a different option: I'm just not familiar with those other options.

So, given all of that, I'd suggest you get "started down that path" sooner rather than later.

— Ken


In reply to Re: Upgrade to Big Sur perl issue by kcott
in thread Upgrade to Big Sur perl issue by redsox43

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.