Nysus, I have read many of your posts with interest because I am in a very similar situation as yourself, with the difference being I am doing the 55 hour work week and raising two children path. Perl and shell were my first languages.

I can certainly identify with reading the same documentation repeatedly. I discovered quickly that to accomplish anything of value I needed three or more reference texts on the subject. Each author would emphasize points differently, and thus I could find illumination "by committee". This practice led me to frequenting the sale tables at all of the local bookstores.

Buying sale books was an economical coup, but I soon learned the danger: they put books on sale because they suck. Oh yes. I swear to you I spent four hours trying to figure out the if; then; fi construct in shell because the bastards forgot to mention fi closes an if clause. It took me quite a while to stop using symbolic references in Perl because the first book I had with Perl in it used them like they had healing powers.

Looking back, learning Perl as a first language can be dangerous. Perl certainly gives you the rope to hang yourself. I sometimes wonder if I would have been better served learning C first instead. The argument being that you should learn Latin before you learn other spoken languages. Now that I know some (childish) C, I have a much easier time. I also appreciate Perl much more!

Although it deals with Unix, I have found the Loginataka has much wisdom for the larval programmer.


In reply to Re: What does it take to LEARN Perl? by perigeeV
in thread What does it take to LEARN Perl? by nysus

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.