My usual workload has recently lessened, allowing me to get back to work on a perl project I had started some time ago. It usually takes me a day or two to get back into the swing of things when I switch projects, so this time I decided to try something different. I decided to actually learn perl instead of just using it.

I've been a perl user/fan a little bit longer than I have been here on PerlMonks. And while I have received boundless information both here and on the web with regards to perl, I still felt as if I didn't know perl. So I went to Borders, picked up the LLama book, and started reading.

As I was going through the book, I was impressed by a number of things that I had already picked up on. I was much more impressed however by how much I didn't know. While I've always felt that one of my strengths as a programmer was my attention to detail, one of my weaknesses has definitely been not always picking the most efficient solution to the problem. As I look back over some of the code I've already written for this project, I find myself using new (to me) and better ways to do things, as some of what I had done was just plain, umm, wrong :P

Something I had forgotten (or had taken for granted, I'm not sure which) is that every day is a learning experience, that every day I know more than I did the day before. I just don't notice it as much with my usual programming languages/tools (C++, SQL, Powerbuilder) because the rate at which I learn is far less than my rate of learning perl (as I've accumulated a lot more information about those languages than I have about perl to date ;)

What am I getting at? That I think everyday we should be seeking new challenges and knowledge. To stop learning is to stop growing. And I feel that as long as one continues to learn that they will continue to be an effective programmer. As long as I continue to be fascinated by perl, I think that will be for some time to come :) And I hope to be able to give a little more back to a community that has been so good to me.

Thank you, Merlyn, for the excellent book, and for opening my eyes to a wider world of perl. Next time you find yourself in the Chicago area, I owe you a drink :)

MrCromeDome

Update: Meant Llama book, not Camel book. Thanks davorg for catching me ;)


In reply to Amazed by What I Know, Amazed More by What I Don't by MrCromeDome

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.