I've been teaching Perl for years, and I still use perldoc every day that I use Perl (and not just for module docs ;). Even though I teach and write about Perl, I don't use every bit of it every day and I forget things. Some things I can't keep straight, such as the order of things in stat() or localtime(), and some things I always check to ensure that its supposed to do what I think I'm doing during those debugging sessions where I start to wonder if someone has changed the universe on me.

I have a lot of modules on CPAN, but that doesn't mean that they are any good, and it doesn't mean that I am any good. My modules are always getting better (like I mention in Parallel maintenance on many projects, part I and Parallel maintenance on many projects, part II: The Testing). Some have sucky names, like I mention in Regrettable module names.

For me, knowing that I am getting better involves thinking about why I know what I know (How I learned Perl) and why I do the things I do (How do you master Perl?, How not to code). Sometimes that means being self-critical, like in Stupid mistakes I repeatedly make. Indeed, search for "dumbass" on Use Perl and you find posts where I use that on myself.

I don't know if I can "just see things", but things that seemed hard four years ago seem easy today. That's got to be worth something.

--
brian d foy <brian@stonehenge.com>

In reply to Re: Reading the manual and knowing if you are getting good by brian_d_foy
in thread Reading the manual and knowing if you are getting good by ghenry

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.