it's difficult with life in the way

Bleh, life is so annoying like that ;P.

Anyway, the best way that I improve is to do things I have no idea how to do. At the end of it I usually know a great deal more.

'Intermediate-beginner' does not really help me determine how much you know. Do you know about references? Do you know about special variables? Are you able to rewrite the whole regex engine without trouble? You say you have been programming Perl for 10 years -- does that mean every day you write a new script or does it mean you need a one-liner every few months? 'Intermediate-beginner' is relative to the person. People who do not know much are often oblivious to that fact and people who are experienced know their weaknesses. I don't expect you to give a list of every fact you know about Perl but could you elaborate on what books/tutorials/classes you have read/taken already?

(Update) After reading your home node I realize that you probably fall into the latter category (experienced people who know their weaknesses). In that case, I recommend you dissect some code (perhaps Moose's source code?) and grope around the internals (you may wish to wear gloves -- or a full length sleeve).

And you didn't even know bears could type.


In reply to Re: Perl Training for an Intermediate Programmer by Lawliet
in thread Perl Training for an Intermediate Programmer by Dru

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.