Hello. I have never coded before so please be gentle.

Today I decided to try and give coding a go, so I went tot he bookstore and (probably naively) picked up a copy of the book 'Learning Perl'. In order to complete some of the exercises which the book sets I need to code in Perl. I am a complete novice and had no idea how to go about doing this. I have watched a few Youtube videos and scoured some websites and this is what I have done so far:

Dowloaded and installed Xcode

Downloaded and installed Atom as a text editor

Downloaded and installed PerlBrew

After installing PerlBrew using the  \curl -L https://install.perlbrew.pl | bash in Terminal app I was notified that I need to make an amendment to my bash profile. However I cannot seem to find this file.

I am completely lost here, not only around finding this bash profile but also about understanding what a compiler/text editor/perlbrew all are and how they work together

I would really appreciate it if anyone has the time to explain to me what the heck I am actually doing and whether I am going about it in the correct way

Thanks


In reply to Complete novice in need of guidance by SerpSomal

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.