in reply to Re: Any other good perl books
in thread Any other good perl books

Learning Perl Objects, References and Modules was the 1st Edition of what is now known as Intermediate Perl. The name change introduced a broader range of topics not covered in the original, while also making the book easier to market.


Dave

Replies are listed 'Best First'.
Re^3: Any other good perl books
by BillKSmith (Monsignor) on Sep 11, 2019 at 22:28 UTC
    Intermediate Perl Covers several topics (Especially preparing a module for release) not seen anywhere else in the series and it does include exercises for each chapter. Unfortunately, it falls far short of the quality I have come to expect from O'Riley books. I have discovered two examples which do not work as advertised because of bugs in CPAN modules which they use. These examples could not have been tested (certainly not under windows).
    Bill
Re^3: Any other good perl books
by stevieb (Canon) on Sep 11, 2019 at 21:32 UTC

    Heh, I honestly don't recall that at all. Thanks for clarifying David!