If he hasn't spent his book budget, perhaps he can take a look at my Teach Yourself Perl in 24 Hours book. I know it's used in quite a few community colleges as an introduction to Perl and programming and it might be instructive for this also. It's purposefully written not to leave anyone behind, but not insult your intelligence or patronize. It also doesn't teach (or mention) any more Perl than you need to get going.

That being said, some advice from teaching rank beginners:

And one final suggestion: paired programming. With students (espeically younger ones) you get the one-does-all-the-work the other-just-watches effect as a downside.

But on the upside they're talking about what they're doing and when Perl's scary and confusing syntax confuses them at least they'll have another point of view, try different combinations, pass the keyboard back and forth, and do *something* to try to break the mental roadblock. And they won't feel so silly asking stupid questions about why such-and-such won't compile.

But that's a fine balancing act with younger students.


In reply to Re: Can a non-programmer teach Perl? by clintp
in thread Can a non-programmer teach Perl? by Ovid

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.