The quote below is from an interview of Tom Christiansen done by a company called Webpedia in 1999. The company appears to have been swallowed. The advice still rings true for me. I keep a copy of this interview in a file folder labelled "Why I Write Code".

"My advice to budding programmers is to be a tinkerer. Get under the hood of your engine and find out what makes it tick. Figure out what its components are and how they fit together. Get a copy of the Bach book, the one with the V6 Unix source code in it. Realize that aesthetics matter, and most importantly abandon your nascent career as a programmer if you are doing it to satisfy economic goals. It is important that you like to play, like to tinker, like to solve problems. You must derive joy in writing a program."

Find something you love, and apply perl to it. My example is soccer. I ran a website for a youth soccer club. I'm now building a fantasy soccer game. I suppose I could write income tax preparation software in perl, but my heart is not in it. I'd rather have some fun.

So have some fun. Use perl to do a good deed. I believe you can use perl to derive some joy and bring some joy at the same time. And I know all the good problems haven't been taken. Good Luck!
Dave


Code On!

In reply to Re: Learning by Doing by dthacker
in thread Learning by Doing by jweed

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.