Hi adamZ88,

Welcome to the monastery.

The first place to start would be https://learn.perl.org/, which has a lot of links to other sources of documentation, books, etc.

The "best" way to learn is going to depend on you, but many, many people have trod the path of the O'Reilly books, "Learning Perl", the Llama Book, "Programming Perl", the Camel Book, and then maybe on to Intermediate Perl or Advanced Perl.

The Perl documentation is very good for learning, for the beginner to the expert: try perldoc perlintro (or online at perlintro).

There's also Modern Perl online, for free, which assumes you know a little more about programming in general.

But in my opinion the best way to learn is to experiment, which is super-fun in Perl. Make a directory you can access in your shell, and start writing tiny programs to experiment with ideas and concepts that intrigue you that you see on this site or elsewhere. I've been building with Perl for more than 20 years, but last weekend I spent an hour making a silly script to find all the words in the dictionary in which all the letters of any other word appear in order, because I wanted to see how many words contain my name (only one: 'antischolastic').

Hope this helps!

edit: added links

The way forward always starts with a minimal test.

In reply to Re: Recomendations For Learning perl? by 1nickt
in thread Recomendations For Learning perl? by adamZ88

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.