Mastering Perl, 2nd Edition: Creating Professio... Today
: Coverage of taint checking, avoiding common security pitfalls, and preventing SQL injection with DBI.
: Detailed techniques for profiling with Devel::NYTProf and benchmarking Perl programs to identify bottlenecks.
You can find the full table of contents and purchase the book through major retailers like O'Reilly or Amazon . Mastering Perl, 2nd Edition: Creating Professio...
: Techniques for "jury-rigging" or patching modules without editing the original source code.
: Understanding symbol tables, typeglobs, package variables, and defining subroutines on the fly. : Coverage of taint checking, avoiding common security
The book is structured into several core functional areas to improve your Perl development workflow:
: Adoption of the "modulino" concept (modules that can also run as scripts) and updated tools for program distribution. : Techniques for "jury-rigging" or patching modules without
This edition added roughly 50 pages of content and includes several major revisions from the original 2006 text: