in reply to latest perl book.

Assuming you're the same anonymonk who asked this recent question (Beginning Perl (Ovid) Vs Learning Perl?) I think both Beginning Perl (2012) and Learning Perl (2016) are suitable and the answers given in that node still apply. Perl is a mature language, books are great for learning concepts, and the concepts haven't changed much in the last few years. Whichever book you get, you'll still need to check the latest Perl documentation.

Replies are listed 'Best First'.
Re^2: latest perl book.
by perlfan (Parson) on Aug 31, 2020 at 21:22 UTC
    ...as a follow up to my other post -

    >concepts haven't changed much in the last few years

    The mark of a superb book on computing (and technology) is that is ages like a fine wine. There are a tremendous number of "old" Perl books that are still in effect worth their weight in dead trees. Best part is that you can scoop these books up very cheaply on your online book purveyor of choice.

    Examples include:

    • Computer Science & Perl Programming: Best of TPJ (Orwant)
    • Network Programming with Perl (Stein)
    • Extending and Embedding Perl (Jennes, Cozen)
    • Perl for System Administration (Blank-Edelman)
    • Perl Cookbook (Christiansen, et al.)
    • Advanced Perl Programming (Cozens)
    • Data Munging with Perl (Cross)

    The trick is learning to ignore some of the old idioms or discouraged idioms that are present in the books. Things to avoid: Using old skool CGI for web applications and crusty versions of Perl and XML (Ray, McIntosh) - not sure of the freshness of later editions of the latter, but earlier editions recommend some modules that are not longer encouraged. But it also doesn't really demonstrate some foundational uses of Perl either like the others I've recommended.