I would recommend you strengthened your own grasp of OO-Perl before teaching it. My own OO-Perl knowledge was pretty much gleaned from just two books, Programming Perl (I learnt from 2nd, but having read 3rd wished it was around then), and then Damian Conway's 'Object Oriented Perl'

Unsure about high school-level, it's been a while, but by judiciously loaning this book to people I seem to have inspired a few others to learn OO-Perl fairly well. I know too that when I was being asked questions about it by them then I was able to remember enough of the book to show them where it was in there, and also to talk them through it with my own descriptive commentry.

Having a copy of these (And probably 'Elements of Perl' too) to show to any of the class who seem to be chomping at the bit to get more Perl would probably be a good thing, would help them see what the more-respected books are like and so avoid the less useful 'The Complete Idiots Reference To Teaching Themselves PERL CGI In Sixteen Seconds' books.

Feel free to point them at Perlmonks too, although warn them that you'll be peering at things to make sure they don't ask us to do their homework :)


In reply to Re: Perl High School Graduation by Molt
in thread Perl High School Graduation by hsweet

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.