Advanced Perl Programming: Difference between revisions
m →References: clean up; http->https (see this RfC) using AWB |
Randy Kryn (talk | contribs) italicize title, edits for encyclopedic style and to move outside links to External links |
||
Line 1: | Line 1: | ||
{{italic title}} |
|||
<!-- Missing image removed: [[Image:adv perl.jpg|thumb|200px|''Advanced Perl'' book cover]] --> |
|||
⚫ | |||
This book has two completely different editions by different authors, but from the same publisher. |
|||
⚫ | |||
⚫ | |||
The second edition, by Simon Cozens and edited by [[Allison Randal]], was published in 2005. It contains a different set of high-level programming techniques intended for practical use, and is described at [http://www.oreilly.com/catalog/advperl2/ www.oreilly.com]. |
The second edition, by Simon Cozens and edited by [[Allison Randal]], was published in 2005. It contains a different set of high-level programming techniques intended for practical use, and is described at [http://www.oreilly.com/catalog/advperl2/ www.oreilly.com]. |
||
Related books include ''[[Programming Perl]]'', ''[[Perl Cookbook]]'', and '' |
Related books include ''[[Programming Perl]]'', ''[[Perl Cookbook]]'', and ''Perl Hacks''. |
||
==Reception== |
==Reception== |
||
Line 47: | Line 42: | ||
==External links== |
==External links== |
||
* [http://www.oreilly.com/catalog/advperl/ Online Catalog: Advanced Perl Programming, 1st edition] |
* [http://www.oreilly.com/catalog/advperl/ Online Catalog: Advanced Perl Programming, 1st edition] |
||
⚫ | |||
[[Category:1997 books]] |
[[Category:1997 books]] |
Revision as of 11:55, 11 September 2016
Advanced Perl Programming is a 1997 book by Sriram Srinivasan which covers complex techniques needed in production level Perl.
The second edition, by Simon Cozens and edited by Allison Randal, was published in 2005. It contains a different set of high-level programming techniques intended for practical use, and is described at www.oreilly.com.
Related books include Programming Perl, Perl Cookbook, and Perl Hacks.
Reception
Charles Stross called Advanced Perl Programming's sections on networking and object-oriented programming "well-nigh indispensable".[1] Eric S. Raymond called Sriram Srinivasan's commentary on the Perl language "uniformly intelligent, incisive and tasteful".[2] Donald Bryson of Network Computing magazine called the book "full of useful information, well written, beautifully set, and technically accurate".[3]
References
- ^ Stross, Charles (June 2001). "More information on Perl/CGI Programming". Linux Format. Future Publishing.
- ^ Raymond, Eric (1998-02-01). "The Essential Perl Books". Linux Journal. Belltown Media, Inc. Retrieved 2011-06-30.
- ^ Bryson, Donald (December 1998). "Advanced Perl Programming". Network Computing. UBM TechWeb. Archived from the original on 2008-10-08. Retrieved 2011-06-27.
External links
- Online Catalog: Advanced Perl Programming, 1st edition
- Chapter One as well as the complete set of code examples in the book.