but I often find myself providing a drawn-out response to a question that other Monks answer in a few lines of usually fairly complex code.

First of all, drawn-out responses are often far easier to learn from than quick one-liners. Secondly, other than to figure out faster ways of learning, I wouldn't focus on the time, or amount of typing it takes to learn something. See The Path to Mastery for more on that idea.

What should I do? Pick up more books? Look through professional level code? What is the normal next step

Reading books and other's code are decent ways of learning, but I've found that starting a project is far more effective. Consider some of the ideas in Where the inspiration comes from ? and you should be on your way. :)


In reply to Re: the next step by cjf
in thread the next step by emilford

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.