This is the third in O'Reilly's series of landmark Perl tutorials, which started with *Learning Perl*, the bestselling introduction that taught you the basics of Perl syntax, and *Intermediate Perl*, which taught you how to create re-usable Perl software. *Mastering Perl* pulls everything together t
Mastering Perl
โ Scribed by brian d foy
- Book ID
- 127444815
- Publisher
- O'Reilly Media
- Year
- 2007
- Tongue
- English
- Weight
- 7 MB
- Edition
- 1
- Category
- Library
- City
- Sebastopol, CA
- ISBN
- 0596527241
No coin nor oath required. For personal study only.
โฆ Synopsis
This is the third in O'Reilly's series of landmark Perl tutorials, which started with Learning Perl, the bestselling introduction that taught you the basics of Perl syntax, and Intermediate Perl, which taught you how to create re-usable Perl software. Mastering Perl pulls everything together to show you how to bend Perl to your will. It convey's Perl's special models and programming idioms.This book isn't a collection of clever tricks, but a way of thinking about Perl programming so you can integrate the real-life problems of debugging, maintenance, configuration, and other tasks you encounter as a working programmer.The book explains how to: * Use advanced regular expressions, including global matches, lookarounds, readable regexes, and regex debugging * Avoid common programing problems with secure programming techniques * Profile and benchmark Perl to find out where to focus your improvements * Wrangle Perl code to make it more presentable and readable * See how Perl keeps track of package variables and how you can use that for some powerful tricks * Define subroutines on the fly and turn the tables on normal procedural programming. * Modify and jury rig modules to fix code without editing the original source * Let your users configure your programs without touching the code * Learn how you can detect errors Perl doesn't report, and how to tell users about them * Let your Perl program talk back to you by using Log4perl * Store data for later use in another program, a later run of the same program, or to send them over a network * Write programs as modules to get the benefit of Perl's distribution and testing tools
๐ SIMILAR VOLUMES
Perl/Tk is the marriage of the Tk graphical toolkit with Perl, the powerful programming language used primarily for system administration, web programming, and database manipulation. With Perl/Tk, you can build Perl programs with an attractive, intuitive GUI interface with all the power of Perl behi
Historically, programming hasn't been considered a critical skill for biologists. But now, with access to vast amounts of biological data contained in public databases, programming skills are increasingly in strong demand in biology research and development. Perl, with its highly developed capacitie
This part algorithm-textbook, part how-to-manual is loaded with valuable information for programmers. It falls somewhere between advanced Perl concepts and the classic computer science text on algorithms; it provides a detailed practical analysis, not a rigorous exposition of algorithmic theory. For