Programming Perl, 4th Edition
Unmatched power for text processing and scripting
Publisher: O'Reilly Media
Release Date: February 2012
Pages: 1176
Read on O'Reilly Online Learning with a 10-day trial
Start your free trial now Buy on AmazonWhere’s the cart? Now you can get everything with O'Reilly Online Learning. To purchase books, visit Amazon or your favorite retailer. Questions? See our FAQ or contact customer service:
1-800-889-8969 / 707-827-7019
support@oreilly.com
Adopted as the undisputed Perl bible soon after the first edition appeared in 1991, Programming Perl is still the go-to guide for this highly practical language. Perl began life as a super-fueled text processing utility, but quickly evolved into a general purpose programming language that’s helped hundreds of thousands of programmers, system administrators, and enthusiasts, like you, get your job done.
In this much-anticipated update to "the Camel," three renowned Perl authors cover the language up to its current version, Perl 5.14, with a preview of features in the upcoming 5.16. In a world where Unicode is increasingly essential for text processing, Perl offers the best and least painful support of any major language, smoothly integrating Unicode everywhere—including in Perl’s most popular feature: regular expressions.
Important features covered by this update include:
- New keywords and syntax
- I/O layers and encodings
- New backslash escapes
- Unicode 6.0
- Unicode grapheme clusters and properties
- Named captures in regexes
- Recursive and grammatical patterns
- Expanded coverage of CPAN
- Current best practices
Table of Contents
-
Overview
-
Chapter 1 An Overview of Perl
- Getting Started
- Natural and Artificial Languages
- An Average Example
- Filehandles
- Operators
- Control Structures
- Regular Expressions
- List Processing
- What You Don’t Know Won’t Hurt You (Much)
-
-
The Gory Details
-
Chapter 2 Bits and Pieces
- Atoms
- Molecules
- Built-in Data Types
- Variables
- Names
- Scalar Values
- Context
- List Values and Arrays
- Hashes
- Typeglobs and Filehandles
- Input Operators
-
Chapter 3 Unary and Binary Operators
- Terms and List Operators (Leftward)
- The Arrow Operator
- Autoincrement and Autodecrement
- Exponentiation
- Ideographic Unary Operators
- Binding Operators
- Multiplicative Operators
- Additive Operators
- Shift Operators
- Named Unary and File Test Operators
- Relational Operators
- Equality Operators
- Smartmatch Operator
- Bitwise Operators
- C-Style Logical (Short-Circuit) Operators
- Range Operators
- Conditional Operator
- Assignment Operators
- Comma Operators
- List Operators (Rightward)
- Logical and, or, not, and xor
- C Operators Missing from Perl
-
Chapter 4 Statements and Declarations
- Simple Statements
- Compound Statements
- if and unless Statements
- The given Statement
- Loop Statements
- The goto Operator
- Paleolithic Perl Case Structures
- The Ellipsis Statement
- Global Declarations
- Scoped Declarations
- Pragmas
-
Chapter 5 Pattern Matching
- The Regular Expression Bestiary
- Pattern-Matching Operators
- Metacharacters and Metasymbols
- Character Classes
- Quantifiers
- Positions
- Grouping and Capturing
- Alternation
- Staying in Control
- Fancy Patterns
-
Chapter 6 Unicode
- Show, Don’t Tell
- Getting at Unicode Data
- A Case of Mistaken Identity
- Graphemes and Normalization
- Comparing and Sorting Unicode Text
- More Goodies
- References
-
Chapter 7 Subroutines
- Syntax
- Semantics
- Passing References
- Prototypes
- Subroutine Attributes
-
Chapter 8 References
- What Is a Reference?
- Creating References
- Using Hard References
- Symbolic References
- Braces, Brackets, and Quoting
-
Chapter 9 Data Structures
- Arrays of Arrays
- Hashes of Arrays
- Arrays of Hashes
- Hashes of Hashes
- Hashes of Functions
- More Elaborate Records
- Saving Data Structures
-
Chapter 10 Packages
- Symbol Tables
- Qualified Names
- The Default Package
- Changing the Package
- Autoloading
-
Chapter 11 Modules
- Loading Modules
- Unloading Modules
- Creating Modules
- Overriding Built-in Functions
-
Chapter 12 Objects
- Brief Refresher on Object-Oriented Lingo
- Perl’s Object System
- Method Invocation
- Object Construction
- Class Inheritance
- Instance Destructors
- Managing Instance Data
- Managing Class Data
- The Moose in the Room
- Summary
-
Chapter 13 Overloading
- The overload Pragma
- Overload Handlers
- Overloadable Operators
- The Copy Constructor (=)
- When an Overload Handler Is Missing (nomethod and fallback)
- Overloading Constants
- Public Overload Functions
- Inheritance and Overloading
- Runtime Overloading
- Overloading Diagnostics
-
Chapter 14 Tied Variables
- Tying Scalars
- Tying Arrays
- Tying Hashes
- Tying Filehandles
- A Subtle Untying Trap
- Tie Modules on CPAN
-
-
Perl as Technology
-
Chapter 15 Interprocess Communication
- Signals
- Files
- Pipes
- System V IPC
- Sockets
-
Chapter 16 Compiling
- The Life Cycle of a Perl Program
- Compiling Your Code
- Executing Your Code
- Compiler Backends
- Code Generators
- Code Development Tools
- Avant-Garde Compiler, Retro Interpreter
-
Chapter 17 The Command-Line Interface
- Command Processing
- Environment Variables
-
Chapter 18 The Perl Debugger
- Using the Debugger
- Debugger Commands
- Debugger Customization
- Unattended Execution
- Debugger Support
- Profiling Perl
-
Chapter 19 CPAN
- History
- A Tour of the Repository
- The CPAN Ecosystem
- Installing CPAN Modules
- Creating CPAN Distributions
-
-
Perl as Culture
-
Chapter 20 Security
- Handling Insecure Data
- Handling Timing Glitches
- Handling Insecure Code
-
Chapter 21 Common Practices
- Common Goofs for Novices
- Efficiency
- Programming with Style
- Fluent Perl
- Program Generation
-
Chapter 22 Portable Perl
- Newlines
- Endianness and Number Width
- Files and Filesystems
- System Interaction
- Interprocess Communication (IPC)
- External Subroutines (XS)
- Standard Modules
- Dates and Times
- Internationalization
- Style
-
Chapter 23 Plain Old Documentation
- Pod in a Nutshell
- Pod Translators and Modules
- Writing Your Own Pod Tools
- Pod Pitfalls
- Documenting Your Perl Programs
-
Chapter 24 Perl Culture
- History Made Practical
- Perl Poetry
- Virtues of the Perl Programmer
- Events
- Getting Help
-
-
Reference Material
-
Chapter 25 Special Names
- Special Names Grouped by Type
- Special Variables in Alphabetical Order
-
Chapter 26 Formats
- String Formats
- Binary Formats
- Picture Formats
-
Chapter 27 Functions
- Perl Functions by Category
- Perl Functions in Alphabetical Order
-
Chapter 28 The Standard Perl Library
- Library Science
- A Tour of the Perl Library
-
Chapter 29 Pragmatic Modules
- attributes
- autodie
- autouse
- base
- bigint
- bignum
- bigrat
- blib
- bytes
- charnames
- constant
- deprecate
- diagnostics
- encoding
- feature
- fields
- filetest
- if
- inc::latest
- integer
- less
- lib
- locale
- mro
- open
- ops
- overload
- overloading
- parent
- re
- sigtrap
- sort
- strict
- subs
- threads
- utf8
- vars
- version
- vmsish
- warnings
- User-Defined Pragmas
-
-
Index of Perl Modules in This Book
-
Colophon