in reply to A tutorial for Perl to teach Beginners
By that I mean, rather than try to decide what is good for a tutorial, just go grab a book and write a tutorial to accompany it. This does several things:
Personally, I've always hated examples in books as they tend to be excissively simplistic or just plain contrived. Then of course, sometimes they just don't work :-) Having running code examples that walk through and explain each and every action showing side effects, etc. would sure be more interesting than a static code snippet that may or may not even run as printed...
Some may consider this dangerously close to copyright infrignement. I don't think it is but won't go any closer than this to that discussion other than to say if the book can be used as a text for a class, this use should also be acceptable.
Obvious suggestions are the O'Reilly books, "Learning Perl" and "Programming Perl". For a slightly more advanced and disjointed tutorial, "Mastering Algorithms with Perl".
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: A tutorial for Perl to teach Beginners
by dba (Monk) on Sep 09, 2004 at 15:39 UTC | |
by Your Mother (Archbishop) on Sep 11, 2004 at 23:49 UTC | |
by anadem (Scribe) on Sep 12, 2004 at 16:05 UTC |