Learning Perl

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
Learning Perl, 6th Edition
File:Learning Perl 6th Ed cover.png
Author Randal L. Schwartz, brian d foy, Tom Phoenix
Publisher O'Reilly Media
Publication date
June 2011
Media type Print, Ebook
Pages 390
ISBN 978-1-4493-0358-7 (print),
ISBN 978-1-4493-0458-4 (ebook)

Learning Perl, also known as the llama book,[1] is a tutorial book for the Perl programming language, and is published by O'Reilly Media. The first edition (1993) was authored solely by Randal L. Schwartz, and covered Perl 4. All subsequent editions have covered Perl 5. The second (1997) edition was coauthored with Tom Christiansen and the third (2001) edition was coauthored with Tom Phoenix. The fourth (2005), fifth (2008) and sixth (2011) editions were written by Schwartz, Phoenix, and brian d foy. According to the 5th edition of the book, previous editions have sold more than 500,000 copies.[2]

Unlike Programming Perl, this book is aimed at computer programmers new to Perl. The publisher offers a free sample of the 4th Edition's Chapter Eleven[3] as well as a complete set of code examples presented in the 3rd Edition book.[4]

Schwartz selected the world of The Flintstones for the examples in this book, giving rise to the somewhat frequent use of Fred and Barney as metasyntactic variables, rather than the classic foo and bar.

Reactions

Brad Morrey, reviewing the book for Infoworld, praises the book for its "casual, first person style" and concludes that it "is a terrific introduction to the language that will serve as a good reference book once you have read it through."[5] In his Linux Journal review of Perl in a Nutshell, Jan Rooijackers recommends that "If you are totally new to programming and you want to learn Perl, the book Learning Perl ... might be a better place to start."[6]

Discussing Schwartz' conviction, the New York Times noted that "Much of the Internet's World Wide Web has been built by programmers who got their start by reading his "Programming Perl" and "Learning Perl" books."[7] Also reflecting in that case in Principles of Information Systems Security, Gurpreet Dhillon calls Learning Perl, "the definitive Perl instruction guide."[8] In Perl Medic, author Peter Scott calls the book "the most common tutorial for learning Perl", but then criticizes its omission of hard references.[9]

Later works

In 2003, Schwartz published a follow-up to Learning Perl titled Learning Perl Objects, References & Modules. It picks up where Learning Perl left off. In 2005, Learning Perl Objects, References & Modules was updated by Schwartz and brian d foy and re-titled Intermediate Perl which is now in its second edition as of 2012. Mastering Perl, the third book in the trilogy and follow-up to Intermediate Perl, was published in July 2007.

Editions

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Learning Perl, 5th ed., p. 1
  3. [1]
  4. [2]
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. Lua error in package.lua at line 80: module 'strict' not found.
  7. Lua error in package.lua at line 80: module 'strict' not found.
  8. Lua error in package.lua at line 80: module 'strict' not found.
  9. Lua error in package.lua at line 80: module 'strict' not found.

External links