With a language like Perl, I don't think that day-to-day problem solving tasks limit what you can learn about the language. Thinking through the ways of doing things, thinking about why you need to do it the way you are, even down to writing the actual code and debugging it - all of these subconciously advance your knowledge and ability, your "comfort factor", with the language.

From a maintenance point of view, I personally find script maintaining quite a dull task, although it's something I try and keep my interest up with by trying to learn from code that (most of the time) someone else wrote.

I think that limitations on learning are purely a psychological thing - if you have a mindset that's willing to explore and consider new things you encounter, and learn from problems and mistakes, then you'll never stop learning new things..

As far as knowing everything about a language goes .. we recently had an interesting discussion on a similar/related theme: Self-improvement and TMTOWTDI. The conclusions people came to were quite varied, though *grin*.

I find the presence of a community invaluable, both as a support forum for problems I encounter with the language and as somewhere that I can learn an immense amount about areas of Perl I haven't/wouldn't have considered if someone hadn't asked about it, or it hadn't come up in some other way.

From my point of view, the distinction between a virtual and "real" community are purely theoretical. The same benefits can be attributed to both (with the possible exception of social contact *g*).

-- Foxcub
A friend is someone who can see straight through you, yet still enjoy the view. (Anon)


In reply to Re: On human memory management by Tanalis
in thread On human memory management by bronto

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.