Mar 10, 2012 |
7,910 views |

Book Description
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 Download Now »
Feb 20, 2012 |
3,282 views |

Book Description
Perl is a very powerful tool for Oracle database administrators, but too few DBAs realize how helpful Perl can be in managing, monitoring, and tuning Oracle databases. Whether you’re responsible for Oracle9i, Oracle8i, or earlier databases, you’ll find Perl an invaluable addition to your database administration arsenal.
You don’t need to be a Perl expert to use the excellent applications and scripts described in Perl for Oracle DBAs. The book explains what you need to know about Perl, provides a wealth of ready-to-use scripts developed especially for Oracle DBAs, and suggests many resources for further exploration. The book covers:
- The Perl language — an introduction to Perl, its rich history and culture, and its extensive text processing and data transformation capabilities.
- The Perl/Oracle architecture — Detailed information about Perl DBI, DBD::Oracle, the Oracle Call Interface (OCI), Oracle::OCI, extproc_perl, and mod_perl, the modules that allow Perl programs to communicate with Oracle databases.
- Perl applications for Oracle DBAs — Profiles of the best Perl open source applications available for use and customization by Oracle DBAs: Perl/Tk, OraExplain, StatsView, Orac, DDL::Oracle, SchemaDiff, Senora, DBD::Chart, SchemaView-Plus, Oracletool, Karma, Embperl, and Mason.
- The Perl Database Administration (PDBA) Toolkit — a comprehensive suite of specialized, ready-to-use scripts designed to help Oracle DBAs perform both routine and special-purpose administrative tasks: monitoring the Oracle alert log and databases Download Now »
Feb 16, 2012 |
5,097 views |

Book Description
This is an ebook-only workbook to accompany the 6th Edition of Learning Perl (“the Llama”). If you’re just getting started with Perl, this is the book you want—whether you’re a programmer, system administrator, or web hacker. This 6th edition of Learning Perl covers recent changes to the language up to version 5.14. Exercises are presented in the first half of the workbook, with the answers in the second.
Table of Contents
Chapter 1. Introduction
Chapter 2. Scalar Data
Chapter 3. Lists and Arrays
Chapter 4. Subroutines
Chapter 5. Input and Output
Chapter 6. Hashes
Chapter 7. In the World of Regular Expressions
Chapter 8. Matching with Regular Expressions
Chapter 9. Processing Text with Regular Expressions
Chapter 10. More Control Structures
Chapter 11. Perl Modules
Chapter 12. File Tests
Chapter 13. Directory Operations
Chapter 14. Strings and Sorting
Chapter 15. Smart Matching and given-when Download Now »
Jul 30, 2011 |
7,173 views |

Book Description
If you have a Perl programming question, you’ll find the answer quickly in this handy, easy-to-use quick reference. The Perl Pocket Reference condenses and organizes stacks of documentation down to the most essential facts, so you can find what you need in a heartbeat.
Updated for Perl 5.14, the 5th edition provides a summary of Perl syntax rules and a complete list of operators, built-in functions, and other features. It’s the perfect companion to O’Reilly’s authoritative and in-depth Perl programming books, including Learning Perl, Programming Perl, and the Perl Cookbook.
Table of Contents
Copyright
Chapter 1. Perl Pocket Reference
Section 1.1. Perl 5.14.1
Section 1.2. Conventions used in this book
Section 1.3. Features
Section 1.4. Syntax
Section 1.5. Embedded Documentation
Section 1.6. Data Types
Section 1.7. Quotes and Interpolation
Section 1.8. Literal Values
Section 1.9. Variables Download Now »
Jul 02, 2011 |
9,813 views |

Book Description
Popularly known as “the Llama,” Learning Perl is the book most programmers rely on to get started with this versatile language. The bestselling Perl tutorial since it was first published in 1993, this sixth edition includes recent changes to the language up to Perl 5.14.
This book reflects the combined experience of its authors, who have taught Perl at Stonehenge Consulting since 1991. Years of classroom testing and experience helped shape the book’s pace and scope, and this edition is packed with exercises that let you practice the concepts while you follow the text.
Topics include:
- Perl data & variable types
- Subroutines
- File operations
- Regular expressions
- String manipulation (including Unicode)
- Lists & sorting
- Process management
- Smart matching
- Using third party modules Download Now »
Feb 26, 2011 |
7,968 views |

Book Description
Perl 5 is a popular, powerful, and robust programming language. With countless satisfied developers, tens of thousands of freely available libraries, and continual improvements to the language and its ecosystem, modern Perl development can be easy, reliable, and fun. To take advantage of the full power of Perl 5–to become a true expert, capable of solving any problem put before you–you must understand the language. Modern Perl explains Perl 5 from theory to implementation, including Perl 5.12.
Perl 1.0 came out in 1987. In the decades since then, The language has gone from a simple tool for system administration somewhere between shell scripting and C programming (Perl 1) to a powerful, general purpose language steeped in a rich heritage (Perl 5) and a consistent, coherent, rethinking of programming intended to last for at least another 25 years (Perl 6).
Even so, most Perl 5 programs in the world take far too little advantage of the language. You can write Perl 5 programs as if they were Perl 4 programs (or Perl 3 or 2 or 1), but programs written to take advantage of everything amazing the worldwide Perl 5 community has invented, polished, and discovered are shorter, faster, more powerful, and easier to maintain than their alternatives.
Modern Perl is one way to describe how experienced and effective Perl 5 programmers work. They use language idioms. They take advantage of the CPAN. They’re recognizably Perlish, and they show good taste and craftsmanship and a full understanding of Perl. Download Now »