Jump to content

Programming Perl: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m typo
m rm duplicate period
Line 16: Line 16:


==History==
==History==
The first edition, which gained the nickname "the pink camel" due to its pink spine, was originally published in January 1991 and covered version 4 of the Perl language. It was the work of Larry Wall and Randal L. Schwartz. The second edition, published in August 1996, included updates for the release of [[Perl#Early Perl 5|Perl 5]], among them [[Reference (computer science)|references]], [[Object (object-oriented programming)|objects]], [[Modular programming|packages]] and other modern programming constructs.<ref name="Hughes" /> This edition was written from scratch by the original authors and Tom Christiansen..<ref name="Hughes" /> In July 2000, the third edition of ''Programming Perl'' was published. This version was again rewritten, this time by Wall, Christiansen and Jon Orwant, and covered the Perl 5.6 language.<ref>{{Cite web|url=https://www.linuxjournal.com/article/4345|title=Programming Perl, Third Edition|last=Barry|first=Paul|publisher=Linux Journal|date=1 December 2000|accessdate=12 March 2021}}</ref><ref>{{cite web|url=http://www-106.ibm.com/developerworks/library/l-perl5.html?dwzone=linux|title=Cultured Perl: Review of Programming Perl, Third Edition|last=Zlatanov|first=Teodor|publisher=[[DeveloperWorks]]|date=September 2000|archive-url=https://web.archive.org/web/20010518194934/http://www-106.ibm.com/developerworks/library/l-perl5.html?dwzone=linux|archive-date=18 May 2001}}</ref> The fourth edition constitutes a major update and rewrite of the book for Perl version 5.14, and improves the coverage of [[Unicode]] usage in Perl. The fourth edition was published in February 2012. This edition is written by Tom Christiansen, [[brian d foy]], Larry Wall and Jon Orwant.
The first edition, which gained the nickname "the pink camel" due to its pink spine, was originally published in January 1991 and covered version 4 of the Perl language. It was the work of Larry Wall and Randal L. Schwartz. The second edition, published in August 1996, included updates for the release of [[Perl#Early Perl 5|Perl 5]], among them [[Reference (computer science)|references]], [[Object (object-oriented programming)|objects]], [[Modular programming|packages]] and other modern programming constructs.<ref name="Hughes" /> This edition was written from scratch by the original authors and Tom Christiansen.<ref name="Hughes" /> In July 2000, the third edition of ''Programming Perl'' was published. This version was again rewritten, this time by Wall, Christiansen and Jon Orwant, and covered the Perl 5.6 language.<ref>{{Cite web|url=https://www.linuxjournal.com/article/4345|title=Programming Perl, Third Edition|last=Barry|first=Paul|publisher=Linux Journal|date=1 December 2000|accessdate=12 March 2021}}</ref><ref>{{cite web|url=http://www-106.ibm.com/developerworks/library/l-perl5.html?dwzone=linux|title=Cultured Perl: Review of Programming Perl, Third Edition|last=Zlatanov|first=Teodor|publisher=[[DeveloperWorks]]|date=September 2000|archive-url=https://web.archive.org/web/20010518194934/http://www-106.ibm.com/developerworks/library/l-perl5.html?dwzone=linux|archive-date=18 May 2001}}</ref> The fourth edition constitutes a major update and rewrite of the book for Perl version 5.14, and improves the coverage of [[Unicode]] usage in Perl. The fourth edition was published in February 2012. This edition is written by Tom Christiansen, [[brian d foy]], Larry Wall and Jon Orwant.


''Programming Perl'' has also been made available electronically by O'Reilly, both through its inclusion in various editions of ''The Perl CD Bookshelf'' and through the "[[Safari (ebooks)|Safari]]" service (a subscription-based website containing technical [[ebook]]s). The publisher offers online a free sample of Chapter 18 of the third edition [https://web.archive.org/web/20040215161250/http://www.oreilly.com/catalog/pperl3/chapter/ch18.html] and the Chapter 1 of the fourth edition [http://cdn.oreilly.com/oreilly/booksamplers/9780596004927_sampler.pdf] as well as the complete set of code examples in the book (third edition) [http://examples.oreilly.com/pperl3/]. O'Reilly maintains a trademark on the use of a camel in association with Perl, but allows noncommercial use.<ref>{{cite web|url=https://www.perl.org/camel.html|title=The Perl Camel}}</ref><ref>{{cite web|url=https://web.archive.org/web/20180425080044/http://archive.oreilly.com/pub/a/oreilly/perl/usage|title=The Perl Camel FAQ}}</ref>
''Programming Perl'' has also been made available electronically by O'Reilly, both through its inclusion in various editions of ''The Perl CD Bookshelf'' and through the "[[Safari (ebooks)|Safari]]" service (a subscription-based website containing technical [[ebook]]s). The publisher offers online a free sample of Chapter 18 of the third edition [https://web.archive.org/web/20040215161250/http://www.oreilly.com/catalog/pperl3/chapter/ch18.html] and the Chapter 1 of the fourth edition [http://cdn.oreilly.com/oreilly/booksamplers/9780596004927_sampler.pdf] as well as the complete set of code examples in the book (third edition) [http://examples.oreilly.com/pperl3/]. O'Reilly maintains a trademark on the use of a camel in association with Perl, but allows noncommercial use.<ref>{{cite web|url=https://www.perl.org/camel.html|title=The Perl Camel}}</ref><ref>{{cite web|url=https://web.archive.org/web/20180425080044/http://archive.oreilly.com/pub/a/oreilly/perl/usage|title=The Perl Camel FAQ}}</ref>

Revision as of 14:46, 13 March 2021

Programming Perl
First edition
AuthorLarry Wall, Randal L. Schwartz,
PublisherO'Reilly Media
Publication date
1991
Media typePrint, Ebook
Pages1184
ISBN978-0-596-00492-7 (print), 978-1-4493-9890-3 (ebook)

Programming Perl, best known as the Camel Book among programmers,[1] is a book about writing programs using the Perl programming language, revised as several editions (1991-2012) to reflect major language changes since Perl version 4. Editions have been co-written by the creator of Perl, Larry Wall, along with Randal L. Schwartz, then Tom Christiansen and then Jon Orwant. Published by O'Reilly Media, the book is considered the canonical reference work for Perl programmers. With over 1,000 pages, the various editions contain complete descriptions of each Perl language version and its interpreter. Examples range from trivial code snippets to the highly complex expressions for which Perl is widely known. The camel book editions are also noted for being written in an approachable and humorous style.

History

The first edition, which gained the nickname "the pink camel" due to its pink spine, was originally published in January 1991 and covered version 4 of the Perl language. It was the work of Larry Wall and Randal L. Schwartz. The second edition, published in August 1996, included updates for the release of Perl 5, among them references, objects, packages and other modern programming constructs.[1] This edition was written from scratch by the original authors and Tom Christiansen.[1] In July 2000, the third edition of Programming Perl was published. This version was again rewritten, this time by Wall, Christiansen and Jon Orwant, and covered the Perl 5.6 language.[2][3] The fourth edition constitutes a major update and rewrite of the book for Perl version 5.14, and improves the coverage of Unicode usage in Perl. The fourth edition was published in February 2012. This edition is written by Tom Christiansen, brian d foy, Larry Wall and Jon Orwant.

Programming Perl has also been made available electronically by O'Reilly, both through its inclusion in various editions of The Perl CD Bookshelf and through the "Safari" service (a subscription-based website containing technical ebooks). The publisher offers online a free sample of Chapter 18 of the third edition [1] and the Chapter 1 of the fourth edition [2] as well as the complete set of code examples in the book (third edition) [3]. O'Reilly maintains a trademark on the use of a camel in association with Perl, but allows noncommercial use.[4][5]

Editions

The second edition of the book was the best-selling book in the O'Reilly Media catalog in 1996, and one of the top 100 selling books in any category at Borders in 1996.[6]

See also

  • Some related books published by O'Reilly are: Learning Perl, Intermediate Perl, and Mastering Perl.
  • The "Three Virtues of a Programmer" are three entries in the Glossary of the 2nd edition of the book, which have been popularized outside the Perl programming community.

References

  1. ^ a b c Hughes, Phil (1 March 1997). "Programming Perl". Linux Journal. Retrieved 12 March 2021.
  2. ^ Barry, Paul (1 December 2000). "Programming Perl, Third Edition". Linux Journal. Retrieved 12 March 2021.
  3. ^ Zlatanov, Teodor (September 2000). "Cultured Perl: Review of Programming Perl, Third Edition". DeveloperWorks. Archived from the original on 18 May 2001.
  4. ^ "The Perl Camel".
  5. ^ "The Perl Camel FAQ".
  6. ^ O'Reilly, Tim (5 October 2015). "Tim O'Reilly on technology and work". EconTalk (Interview). Interviewed by Russ Roberts. The Library of Economics and Liberty. 8:10-8:50. Retrieved 12 March 2021.