in reply to Good Textbook for Teaching Perl?

How long do you think Learning Perl would take up? 8 weeks? 10 weeks? If more than 8 weeks, I'd go with Learning Perl and then just flush out the remaining weeks with a heaping of perldoc and labs (teach them how to teach themselves).

-derby

Replies are listed 'Best First'.
Re: Re: Good Textbook for Teaching Perl?
by MrCromeDome (Deacon) on Apr 09, 2003 at 15:44 UTC
    I was thinking somewhere in the neighborhood of 8 to 10 weeks. merlyn mentioned above that he's got a new book coming in June that might fit the bill too, but I don't think I'll have that much time to make a decision :(

    I find perldoc to be a valuable asset in my class. I personally don't find it as easy for people to read as Learning Perl, but I always make sure to supplement my lectures and discussion with perldoc references. I feel I'd be cheating students out of a large part of their education otherwise :)

    MrCromeDome

      I find perldoc to be a valuable asset in my class. I personally don't find it as easy for people to read as Learning Perl, but I always make sure to supplement my lectures and discussion with perldoc references. I feel I'd be cheating students out of a large part of their education otherwise :)

      I'm really glad you use perldoc in your classes. Probably the most overlooked *gem* in Perl is the perldocs, IMHO. Probably like most people, I used perl for a few years before someone clued me in to the perldocs. Since then, it's usually the 1st place I look for an answer to any perl question. I'm sure a lot of time and energy went in to writing the perldocs - they are a very usable resource, even for newbies.

      Like the saying goes, "Give a person a fish, and feed him for a day. Teach a person to fish, and feed him for a lifetime." Perldocs rule!