HAPPY BOOKSGIVING
Use code BOOKSGIVING during checkout to save 40%-55% on books and eBooks. Shop now.
Register your product to gain access to bonus material or receive a coupon.
This eBook includes the following formats, accessible from your Account page after purchase:
EPUB The open industry format known for its reflowable content and usability on supported mobile devices.
PDF The popular standard, used most often with the free Acrobat® Reader® software.
This eBook requires no passwords or activation to read. We customize your eBook by discreetly watermarking it with your name, making it uniquely yours.
The first book to explain how to understand, maintain, update, and improve existing Perl code
° Perl is especially susceptible to maintenance problems, because of its flexible style and ad hoc origins
° Author uses a medical theme throughout, playing off the similarities of doctoring or healing broken code
° Contains the most comprehensive treatment of testing Perl programs ever published, as well as the most comprehensive discussion of Perl version differences
Bring new power, performance, and scalability to your existing Perl code!
If you've ever inherited Perl code that's hard to maintain, if you write Perl code others will read, if you want to write code that'll be easier for you to maintain, the book that comes to your rescue is Perl Medic.
If you code in Perl, you need to read this book.
–Adam Turoff, Technical Editor, The Perl Review.
Perl Medic is more than a book. It is a well-crafted strategy for approaching, updating, and furthering the cause of inherited Perl programs.
–Allen Wyke, co-author of several computer books including JavaScript Unleashed and Pure JavaScript.
Scott's explanations of complex material are smooth and deceptively simple. He knows his subject matter and his craft-he makes it look easy. Scott remains relentless practical-even the 'Analysis' chapter is filled with code and tests to run.
–Dan Livingston, author of several computer books including Advanced Flash 5: Actionscript in Action
Test Now, Test Forever: A Philosophy of Perl Programming
Download the Sample
Chapter related to this title.
Download the sample pages (includes Chapter 3 and Index)
Preface.
Perl or perl? Obtaining Perl. Historical Perl. Who This Book Is For. Typographical Conventions. For Further Reference. Perl Versions. Perl 6. Acknowledgments.
First Things First. Reasons for Inheritance. What Next? Observe the Program in Its Natural Habitat. Get Personal. Strictness. Warnings.
Versions. Part or Whole? Find the Dependencies.
Testing Your Patience. Extreme Testing. An Example Using Test: Modules. Testing Legacy Code. A Final Encouragement.
Strategizing. Why Are You Doing This? Style. Comments. Restyling. Variable Renaming. Editing. Line Editing. Antipatterns. Evolution.
Package Variables vs Lexical Variables. Warnings and Strictness. use strict in Detail. use warnings in Detail. Selective Disabling. Caveat Programmer. Perl Poetry.
Keep It Brief. Cargo Cult Perl. Escaping the Global Variable Trap. Debugging Strategies.
Strategies. Perl 4. Perl 5.000. Perl 5.001. Perl 5.002. Perl 5.003. Perl 5.004. Perl 5.005. Perl 5.6.0. Perl 5.6.1. Perl 5.8.0. Perl 5.8.1. Perl 5.8.2. Perl 5.8.3.
The Case for CPAN. Using CPAN. Improving Code with Modules. Custom Perls.
Static Analysis. Eliminating Superfluous Code. Finding Inefficient Code. Debugging.
Making It Robust. Advanced Brevity. Documentation. Custom Warnings. Version Control System Integration.
The Setup. Triage. Desperately Seeking Sanity. Coming into the 21st Century. Incorporating Modules Effectively, Part 1. Incorporating Modules Effectively, Part 2. Making It Mature, Part 1. Making It Mature, Part 2. Making It Mature, Part 3. Advanced Modification.
In Conclusion. Perl People. A Final Thought.
Tie::Array::Bounded. Benchmark::TimeTick. smallprofpp.