I'm in the middle of teaching the first Perl class ever offered at Kishwaukee College, my local community college (coincidentally, this is also my first semester actually teaching Perl). The college's business and tech advisory committee originally chose Programming Perl as the textbook of choice. I am now being asked for my recommendation of a textbook for future semesters of the class.

I love the book Programming Perl. But. . . it's thick, especially if you have never used Perl before. While I think Learning Perl is an excellent book for teaching (*shamelessly plugs merlyn*), I can't stretch the book over a 16 week semester. I'd love to stick with Programming Perl, but my class (who has some college programming background) is having trouble keeping up with it.

What other books are available that fellow Monks would recommend? I am only familiar with the O'Reilly series of books personally. Or can anyone offer creative ways that I might make Programming Perl more palatable for first time Perl programmers, or ways that I can get a 16-week semester full of material from Learning Perl. I'd be especially interested in hearing from the author (*nudge nudge merlyn*) on this one ;)

Thanks everyone :)
MrCromeDome


In reply to Good Textbook for Teaching Perl? by MrCromeDome

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.