First off, Welcome!

I recently started teaching perl to a friend, and I had to think about this exact concept.

First off, good call on buying that big stack of books. You'll find that you rarely close Programming Perl (The Camel Book) and The Perl Cookbook. I gave up putting my copies back on the shelves because I kept having to take them down again every day.

I've found that the best way to learn perl is to start with something you know a little about. When I taught a Network Admin, I taught him how to parse specific information out of netstat. When I taught a music freak, I showed him how to use MP3::ID3Lib and regular expressions to sort and tag his mp3s.

Learning Perl is a good place to start. Read Chapter 1 and do the exercises. If you get stuck, search the Monastary for an answer. If you can't find an answer, just ask. We're here to help.

Once you get a little more comfortable, pick a project, something that amuses you: translate your phone number to letters, search ebay for stuff, or pull movie listings from the web.

Finally, hang out in the Monastary. You'll find that the people here are friendly and eager to help.

-Logan
"What do I want? I'm an American. I want more."


In reply to Re: The Gates of Perl are not newbie friendly. by logan
in thread The Gates of Perl are not newbie friendly. by Hielo

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.