I find most of my questions answered right here on PM. Almost every time I run into something I don't now how to handle, I find that the search tool here will dredge up what I am looking for. On those occasions when I get lazy and just duck-duck-go the question, I usually end up here as well.

The best way to learn Perl is to do Perl. Pick out something you want to do, then try it until you can't get any further. PM is about as close to one-on-one as one can get.

My path was to get the basic storage structures down first: Arrays and hashes, which led to some regular expressions in order to populate them from imperfect file storage formats, which led to .... well, you get the picture. By the time one is done attempting to do some little task, one has learned a great deal about Perl(and CPAN).
Best of fortune on your path to Perl!

...the majority is always wrong, and always the last to know about it...

A solution is nothing more than a clearly stated problem...


In reply to Re: One-on-one Perl tutorial by wjw
in thread One-on-one Perl tutorial by dominick_t

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.