Programming PerlPerl is a free and powerful programming language that has grown explosively in popularity since its initial debut in 1987. The first edition of this book hit the shelves in 1991, and was quickly adopted as the undisputed bible of the language. Programming Perl is not just a book about Perl. It is also a unique introduction to the language and its culture, as you would expect only from its authors. Larry Wall is the inventor of Perl and provides a unique perspective on the evolution of Perl and its future direction. Tom Christiansen was one of Perl's first champions and lives and breathes the intricacies of Perl as few other mortals do. Jon Orwant is the editor of The Perl Journal, which has brought together the Perl community as a common forum for new developments in Perl. Any Perl book can show you the syntax of Perl's functions, but only this one is the definitive guidebook that includes all the nooks and crannies of the language. Any Perl book can list endless features, but only this one can tell you why those features were created and how to use them idiomatically. Any Perl book can have a title, but only this book is affectionately known by all Perl programmers as "The Camel." Ever since its origins as a high-level language for writing portable tools in cross-platform environments, Perl has been widely recognized as an industrial-strength power tool that gets the job done wherever you are. It is especially useful for system administration and web programming. Perl is bundled as a standard component for practically every flavor of Unix (including Linux), but it is also used extensively on Microsoft Windows and is available for virtually every other operating system you'll run across. Amiga, BeOS, VMS, MVS, and the Apple Macintosh are just a small subset of the platforms that Perl has been ported to. What's new in this edition? Practically everything. This third edition of Programming Perl has not only been expanded to cover the new 5.6 release of Perl, it also has been completely reorganized and fortified with numerous examples. Most existing topics have been dramatically reworked from the ground up, like object-oriented programming and regular expressions, and many brand new chapters have been added, including those on profiling, pod, Unicode, threading, compiling, and Perl internals. Part bible, part encyclopedia, and part almanac, this is the essential book on Perl. |
What people are saying - Write a review
User ratings
5 stars |
| ||
4 stars |
| ||
3 stars |
| ||
2 stars |
| ||
1 star |
|
LibraryThing Review
User Review - wweisser - LibraryThingThis book has more information in the first few chapters than most entire perl books. I am a big fan of the "logically break things down to every last detail" genre of programming manuals (see The C Programming Language, Programming in Lua) and this book is one of the great examples of it. Read full review
LibraryThing Review
User Review - jrep - LibraryThingExcellent reference work. It was better, back in the first edition, when the programming examples were co-bound, but it's really getting so huge (all the useful libraries) I can see why they don't do that any more. TMTOWDI! Read full review
Contents
Overview | 3 |
An Average Example | 17 |
Control Structures | 29 |
Copyright | |
34 other sections not shown
Other editions - View all
Common terms and phrases
actually allowed argument array assignment BEGIN block bytes Chapter character close command compiler contains context count create debugger default defined element error eval evaluated example exception executed exists exit EXPR fields filehandle filename format function global handle happens hash Here's implemented import input internal interpolation interpreter it's keys language lexical lock look loop match means method modifier module object operator optional output package pass pattern Perl pipe pragma provides quotes reference regular expression require result scalar scope script shift signal simple socket sort specified standard statement string subroutine switch symbol thing thread true unless variable warnings write