You're the only one who can ultimately know what will help you learn. In general, I think it's a great idea to keep track of what you've learned (e.g. taking notes) and what you'd like to learn (e.g. your spreadsheet); so as far as that goes, good on you!

FWIW, I keep a mind map (using FreeMind, since it's free, but there are other solutions as well, including pen and paper!). I put "Perl" in the center, and when I learn a concept, I add a branch and put a check mark by it. The very act of doing this usually prompts me to think of two or three related things I'd like to learn, and they become sub-branches.

As soon as I learn one of them, I check it off, and again it expands. It's been so useful to me that I had to split it into about 10 maps broken up by topic, just to be able to keep track of it all. (Of course, then my employer pushed me into a role where I do Java almost exclusively, and my Perl has stagnated a bit).

I'd be curious for any of the elder Monks to share their methods (if any) to keep track of what to learn next...

<radiant.matrix>
Ramblings and references
The Code that can be seen is not the true Code
I haven't found a problem yet that can't be solved by a well-placed trebuchet

In reply to Re: perl learnings track by radiantmatrix
in thread perl learnings track by jesuashok

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.