shopping cart
Call us:  800-878-7323 HELP
McAfee SECURE helps keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams.

John Hodgman Read the exclusive interview with John Hodgman and save 30% on More Information Than You Require

  1. More Information Than You Require
    $16.80 Hardcover add to wishlist

Ships free on qualified orders.
$34.99
TRADE PAPER, NEW
Ships in 1 to 3 days
Add to Wishlist
Available for In-store Pickup
in 7 to 12 days
Qty Store Section
2 Remote Warehouse General- General


Perl Medic: Transforming Legacy Code

by Peter J. Scott

Perl Medic: Transforming Legacy Code Cover

ISBN13: 9780201795264
ISBN10: 0201795264
All Product Details
See More Like This

Only 2 left in stock at $34.99!

Synopses & Reviews

Publisher Comments:

Today's Perl developers spend 60-80% of their time working with existing Perl code. Now, there's a start-to-finish guide to understanding that code, maintaining it, updating it, and refactoring it for maximum performance and reliability. Peter J. Scott, lead author of Perl Debugged, has written the first systematic guide to Perl software engineering. Through extensive examples, he shows how to bring powerful discipline, consistency, and structure to any Perl program-new or old.You'll discover how to:

  • Scale existing Perl code to serve larger network, Web, enterprise, or e-commerce applications
  • Rewrite, restructure, and upgrade any Perl program for improved performance
  • Bring standards and best practices to your entire library of Perl software
  • Organize Perl code into modules and components that are easier to reuse
  • Upgrade code written for earlier versions of Perl
  • Write and execute better tests for your software...or anyone else's
  • Use Perl in team-based, methodology-driven environments
  • Document your Perl code more effectively and efficiently

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.

Book News Annotation:

Intended for recent computer graduates who will be fixing Perl code written by other programmers, this book offers advice on rewriting parts of a program or restructuring the entire code. The author describes test modules, the strict and warnings pragmas, examples of cargo cult code, the comprehensive Perl archive network, and the features that characterize each version of Perl.
Annotation ©2004 Book News, Inc., Portland, OR (booknews.com)

Synopsis:

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".

Synopsis:

  • Cure whatever ails your Perl code!
  • Maintain, optimize, and scale any Perl software... whether you wrote it or not
  • Perl software engineering best practices for enterprise environments
  • Includes case studies and code in a fun-to-read format

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

Bring new power, performance, and scalability to your existing Perl code!

Today's Perl developers spend 60-80% of their time working with existing Perl code. Now, there's a start-to-finish guide to understanding that code, maintaining it, updating it, and refactoring it for maximum performance and reliability. Peter J. Scott, lead author of Perl Debugged, has written the first systematic guide to Perl software engineering. Through extensive examples, he shows how to bring powerful discipline, consistency, and structure to any Perl program-new or old. You'll discover how to:

  • Scale existing Perl code to serve larger network, Web, enterprise, or e-commerce applications
  • Rewrite, restructure, and upgrade any Perl program for improved performance
  • Bring standards and best practices to your entire library of Perl software
  • Organize Perl code into modules and components that are easier to reuse
  • Upgrade code written for earlier versions of Perl
  • Write and execute better tests for your software...or anyone else's
  • Use Perl in team-based, methodology-driven environments
  • Document your Perl code more effectively and efficiently

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.On the Web Site

Download all of the book's sample code from <www.perlmedic.com>.

Table of Contents

Preface.

Perl or perl? Obtaining Perl. Historical Perl. Who This Book Is For. Typographical Conventions. For Further Reference. Perl Versions. Perl 6. Acknowledgments.

1. Introduction (First Response).

First Things First. Reasons for Inheritance. What Next? Observe the Program in Its Natural Habitat. Get Personal. Strictness. Warnings.

2. Surveying the Scene.

Versions. Part or Whole? Find the Dependencies.

3. Test Now, Test Forever (Diagnosis).

Testing Your Patience. Extreme Testing. An Example Using Test: Modules. Testing Legacy Code. A Final Encouragement.

4. Rewriting (Transplants).

Strategizing. Why Are You Doing This? Style. Comments. Restyling. Variable Renaming. Editing. Line Editing. Antipatterns. Evolution.

5. The Disciplined Perl Program.

Package Variables vs Lexical Variables. Warnings and Strictness. use strict in Detail. use warnings in Detail. Selective Disabling. Caveat Programmer. Perl Poetry.

6. Restructuring (The Operating Table).

Keep It Brief. Cargo Cult Perl. Escaping the Global Variable Trap. Debugging Strategies.

7. Upgrading (Plastic Surgery).

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.

8. Using Modules (Genetic Enhancement).

The Case for CPAN. Using CPAN. Improving Code with Modules. Custom Perls.

9. Analysis (Forensic Pathology).

Static Analysis. Eliminating Superfluous Code. Finding Inefficient Code. Debugging.

10. Increasing Maintainability (Prophylaxis).

Making It Robust. Advanced Brevity. Documentation. Custom Warnings. Version Control System Integration.

11. A Case Study.

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.

12. Conclusion (Prognosis).

In Conclusion. Perl People. A Final Thought.

Appendix: Source Code.

Tie::Array::Bounded. Benchmark::TimeTick. smallprofpp.

Bibliography.

Index.

About the Author.

Product Details

ISBN:
9780201795264
Subtitle:
Transforming Legacy Code
Author:
Scott, Peter J.
Publisher:
Addison-Wesley Professional
Location:
Boston, MA
Subject:
Programming Languages - CGI, Javascript, Perl, VBScript
Subject:
Perl
Subject:
Programming Languages - Perl
Copyright:
Edition Description:
Trade paper
Series Volume:
281.
Publication Date:
March 2004
Binding:
Paperback
Grade Level:
Professional and scholarly
Language:
English
Illustrations:
Y
Pages:
311
Dimensions:
9.25x7.01x.73 in. 1.19 lbs.
  • back to top
Powell's City of Books is an independent bookstore in Portland, Oregon, that fills a whole city block with more than a million new, used, and out of print books. Shop those shelves — plus literally millions more books, DVDs, and eBooks — here at Powells.com.