Hey everyone,

I'm a total noob with PERL so apologies in advance for any silly questions/general noobiness.

I was trying to install a piece of software and it was asking me to update to the latest version of PERL so I tried that, only to now have screwed up my terminal entirely. I'm a QA so occasionally I make some file changes and commits, which aren't saving at the moment due to my screw up so I desperately need help.

I use a MacBookPro with macOS Mojave 10.14.6 installed. When I open a new terminal, I get the error -bash: /Users/win/perl5/perlbrew/etc/bashrc: No such file or directory Reading info online, I've now tried to reinstall PERL by running \curl -L https://install.perlbrew.pl | bash It outputs that it's installed and that I need to run source ~/perl5/perlbrew/etc/bashrc/ When I run this, I get back ERROR: The installation "perl-5.28.0" is unknown

I've tried to navigate to the folder and delete the perl 5.28.0 folder but that doesn't make a difference. Any advice would be much much appreciated, thank you!


In reply to ERROR: The installation "perl-5.28.0" is unknown. by ChrissyToph

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.