The first thing I did when I had that problem was to try to write games. I taught myself basic principles of OOP while writing Tetris in C++. I used someone else's (sprite) rendering engine, allowing me to focus purely on the object interaction part of it. I attribute that to most of my success as a programmer.

I'd say to start with something simple, like a web-based word-guessing game, where you set a goal to learn one thing (like, say, what are all the semantics involved in the differences between GET and POST), and go from there. You could also try Yahtzee (just with text), or something like that.

Another way I helped myself to learn was by writing test code for my other code. You actually have a great opportunity with your web site: teach yourself LWP and Test::Harness, by writing tests against your web site, looking for broken links.

Hope this isn't too didactic or obvious, it's what worked for me, and for the (older) kids in my neighborhood who asked the same question...

Good luck!

MM


In reply to Re: Looking for ideas by Maestro_007
in thread Looking for ideas by Anonymous Monk

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.