An idea has occurred to me: What about something like a scavenger hunt? It would involve downloading a set of files to the hard drive, to include a readme to get you started. The first thing you'd do is write a script according to the beginning set of instructions. Those instructions might direct you to, for instance, grab text from a set of text files and assemble them into your next set of instructions. That, in turn, might direct you to write an FTP program designed to get data from a specific directory on a given server, which would be the next set of instructions. That, then, might direct you to write a script that puts together an HTML file that draws data from a database accessible on the Web. Et cetera. It has the benefits of A) not requiring one to be particularly interested in hack-n-slash adventure games, B) providing quick, positive feedback, and C) providing tasks of increasing difficulty as one progresses, to match the learning curve. There are probably other benefits as well, such as the fact that there aren't any "right" and "wrong" answers to the exercises, per se — only "effective" and "ineffective", which allows for a great deal of flexibility and ingenuity on the part of the student of Perl.

By the way, Snow Crash was an incredible read. It's all the Stephenson I've read so far, aside from a very long essay (more than 30k words, I think). I intend to read more of it in the future, thought.

- apotheon
CopyWrite Chad Perrin

In reply to Re^3: teaching Perl by apotheon
in thread Cases for teaching Perl by l3nz

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.