However, books are a slow way of learning a language, in my opinion, and they cost money. Good learning books are read only once (if you read your learning book twice, it didn't do a good job at teaching you, did it?). I tend to avoid buying books.

I enjoyed reading this node as I have been "Learning Perl" for a couple of months now, but am finding it difficult to get past the beginning stages.

Different people, have many different learning styles; my personal preference is to learn from books as this is the way I learn the quickest, but I have talked to friends who intensly dislike this method, they prefer to attend organized classes; or one to one training.

My preferred style of learning is to read a book once: and then to do some work. While I am trying to code, I will refer back to the book many times, especially when I am having difficulties understanding why my code is not working.

A good Perl tutorial (in my opinion) is well worth the money spent on it.

emcs

The dogs bark; but the caravan rolls on.


In reply to Re: Perldoc, the tutorial by emcs
in thread Perldoc, the tutorial by Juerd

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.