in reply to Climbing The Perl Learning Curve

For the record, "Learning Perl Objects, References & Modules" was re-written and renamed "Intermediate Perl", and even that is now in its 2nd edition. All three versions are "the Alpaca book", but the most recent is really the best one to be working with right now. If I recall, the original never touched on testing, which is introduced in Intermediate Perl, for example.

And yes, I do endorse the book as well (especially in its most current edition). I think the beginner's trilogy should probably be Learning Perl, Intermediate Perl, and Modern Perl.


Dave

Replies are listed 'Best First'.
Re^2: Climbing The Perl Learning Curve
by Clovis_Sangrail (Beadle) on May 31, 2013 at 18:09 UTC

    Yes, I just stumbled across "Intermediate Perl" on the Stonehenge website, but I'll probably keep plowing thru the edition that I have now, I've already bought an embarrassing number of books this year. Chapter 14 of the original version, "Essential Testing", does discuss "make test" and such.