Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
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":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (1)
As of 2024-04-24 16:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found