swl contributed:

One possible approach (untested) is to (1) uninstall 5.40, (2) reinstall 5.32 to hopefully get back to where you were, (3) uninstall 5.32 to clean it out, and then (4) reinstall 5.40.

Yes, thanks, that's helpful. Just now I uninstalled 5.40 and reinstalled 5.32, which I briefly tested and which seems to be functional. I had managed to forget that MSI packaging includes the capability to uninstall the software (I'm still relearning stuff I once knew long ago).

Furthermore:

If you want to work with several perl versions and switch between them as needed then berrybrew, maintained by stevieb, is well worth looking at.

I am going to take a look at berrybrew, which I have heard of, and see if that's the preferred way for me to get a perl5.40 or other versions on my system (in addition to the one I already have on the USB drive).

… ok, I set up berrybrew, it's a little rough around the edges at least if you use git to fetch it: when I followed the directions to configure it I got bin/berrybrew.exe:Permission denied. No big deal, I just needed to chmod 0755 in cygwin. Then it said I had to be an Administrator to run it, so I started a PS/CMD shell as Admin and then it worked. I've got "berrybrew --help" open in my shell now ;-)

Jun 10, 2025 at 19:03 UTC

In reply to Re^2: Nooo!... Have I trashed my Strawberry? by Intrepid
in thread Nooo!... Have I trashed my Strawberry? by Intrepid

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.