Showing posts with label Perl. Show all posts
Showing posts with label Perl. Show all posts

21.1.09

Pro Perl DDBUGGING

Combining the best features of C, UNIX utilities, and regular expressions, Perl has grown as one of the most powerful and popular scripting languages. The valuable Perl is often used for system administration, text processing and Web programming. It is even being used for more exotic areas, like bioinformatics. Perl is supported by all of the most prominent operating systems, including Windows, Unix, OS/2, Amiga, and others.

Pro Perl Debugging steps in to help resolve the dilemma of application testing and debugging–one of the biggest time commitments in a programmer’s daily routine. What this book will do is rescue you from substandard application testing practices. The book commences with several chapters that overview the debugger’s basic features, then covers common debugging scenarios. The concluding portion examines debugger customization, alternative debugging utilities, and debugging best practices.

Download

Perl Medic:TRANSFORMING Legacy Code

Perl ranks among hackers’ favorite languages–there’s always another approach to a problem, always optimization to be done, and forever new techniques to try. Perl’s a hoot. But the culture of tinkering that surrounds Perl has resulted in a large body of hard-to-understand legacy code. That legacy code has to be maintained, extended, and adapted to new conditions–often without the help of the person who originally created it. Perl Medic considers Perl from the perspective of a programmer looking at code written by someone else and trying to answer the ancient question: “What were they thinking?”

It’s a creative approach, and one that makes good reading for someone well-versed in Perl programming (author Peter Scott makes the analogy of becoming fluent in a human language, such as French, then studying its various accents and dialects). He shows, for example, a kludgy piece of code that’s meant to catch CGI form uploads, then indicates that the obvious replacement is the CGI.pm module. Elsewhere, Scott shows why symbolic references are bad, and how to avoid them by means of hashes. Some of the value in this book is in the form of documentation of the differences among Perl versions; other useful coverage deals with warnings and strictness control as debugging tools. Read this straight through to improve your own code; use the index to help decipher and improve what someone else has written. –David Wall

Topics covered: How to write good Perl code, read bad Perl code, and convert bad Perl code into good in less time that would be required to write an equivalent replacement program from scratch. Testing, debugging, documenting, replacing custom code with CPAN modules, and embracing features that became available in later versions of Perl are all covered. Overall, the author endorses and generally explains the principles of Extreme Programming (XP) for Perl work.

From the Back Cover

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

Download

Intermediate Perl

Book Description
Perl is a versatile, powerful programming language used in a variety of disciplines, ranging from system administration to web programming to database manipulation. One slogan of Perl is that it makes easy things easy and hard things possible. Intermediate Perl is about making the leap from the easy things to the hard ones.

Originally released in 2003 as Learning Perl Objects, References, and Modules and revised and updated for Perl 5.8, this book offers a gentle but thorough introduction to intermediate programming in Perl. Written by the authors of the best-selling Learning Perl, it picks up where that book left off. Topics include:

  • Packages and namespaces
  • References and scoping
  • Manipulating complex data structures
  • Object-oriented programming
  • Writing and using modules
  • Testing Perl code
  • Contributing to CPAN

Following the successful format of Learning Perl, we designed each chapter in the book to be small enough to be read in just an hour or two, ending with a series of exercises to help you practice what you’ve learned. To use the book, you just need to be familiar with the material in Learning Perl and have ambition to go further.

Perl is a different language to different people. It is a quick scripting tool for some, and a fully-featured object-oriented language for others. It is used for everything from performing quick global replacements on text files, to crunching huge, complex sets of scientific data that take weeks to process. Perl is what you make of it. But regardless of what you use Perl for, this book helps you do it more effectively, efficiently, and elegantly.

Intermediate Perl is about learning to use Perl as a programming language, and not just a scripting language. This is the book that turns the Perl dabbler into the Perl programmer.

About the Author
Randal L. Schwartz is a renowned expert on the Perl programming language. In addition to writing “Learning Perl” and the first two editions of “Programming Perl”, he has been the Perl columnist for UNIX Review, Web Techniques, Sys Admin, and Linux Magazine. He has contributed to a dozen Perl books, and over 200 magazine articles. Randal runs a Perl training and consulting company (Stonehenge Consulting Services), and is highly sought-after as a speaker for his combination of technical skill, comedic timing, and crowd rapport. He’s also a pretty good Karaoke singer. brian d foy has been an instructor for Stonehenge Consulting Services since 1998. He founded the first Perl user group, the New York Perl Mongers, as well as the Perl advocacy nonprofit Perl Mongers, Inc., which helped form more than 200 Perl user groups across the globe. He maintains the perlfaq portions of the core Perl documentation, several modules on CPAN, and some stand-alone scripts. He’s the publisher of The Perl Review and is a frequent speaker at conferences. His writings on Perl appear on The O’Reilly Network and use.perl.org, and in The Perl Journal, Dr. Dobbs Journal, and The Perl Review. Tom Phoenix has been working in the field of education since 1982. After more than thirteen years of dissections, explosions, work with interesting animals, and high-voltage sparks during his work at a science museum, he started teaching Perl classes for Stonehenge Consulting Services, where he’s worked since 1996. Since then, he has traveled to many interesting locations, so you might see him soon at a Perl Mongers’ meeting. When he has time, he answers questions on Usenet’s comp.lang.perl.misc and comp.lang.perl.moderated newsgroups, and contributes to the development and usefulness of Perl. Besides his work with Perl, Perl hackers, and related topics, Tom spends his time on amateur cryptography and speaking Esperanto. His home is in Portland, Oregon.

Download

11.11.08

ebook Web Standards Programmer's Reference : HTML, CSS, JavaScript, Perl, Python, and

PDF | 812 pages | English | ISBN: 0764588206 | 7.54Mb(rar)

Web Standards Programmer's Reference : HTML, CSS, JavaScript, Perl, Python, and PHP/by Steven M. Schafer.
* This invaluable resource offers tutorials and real-world examples as well as thorough language references for Web markup languages (HTML/XHTML and CSS), and popular scripting languages (JavaScript, Perl, and PHP)
* Examines the role of JavaScript, CGI (with examples in Perl and Python), and PHP on the Web and shows how to best use them all
* Includes a valuable reference section on each technology that can be used for review and consultation
this book is one-stop reading for all the essential Web standards—XHTML, CSS, JavaScript, CGI with Perl and Python, and PHP. In today's web environment, professional web coders and serious enthusiasts need to create documents and scripts that comply with published standards so your content can be viewed on as many web-capable platforms as possible. This book teaches the standards and technologies necessary to achieve that desired result.
Packed with examples for learning each of these standard technologies and followed by detailed references to each language, this book provides a total package for moving your web publishing to current standards-based coding.
What you will learn from this book
* A solid background and understanding of HTML and applying XHTML to format specific document elements
* Using CSS to select and format text, margins, colors, and other elements and position them on the page
* Applying JavaScript for client-side scripting and dynamic content delivery
* Using server scripts and CGI with the popular Perl and Python languages
* Publishing rich, dynamic content using the PHP scripting language
* The importance of following web standards to ensure compatibility with as many user agents as possible, including Internet Explorer, the increasingly important and popular Firefox, and the latest crop of mobile platforms
* How to avoid browser-specific code and deprecated tags and attributes that cause your documents to be unusable for many users

Download:

http://w18.easy-share.com/1702338916.html

http://depositfiles.com/files/8khwp5qsc

6.7.07

Download Rapidshare Book Analyzing Computer Systems Performance: With Perl: PDQ

Analyzing computer system performance is often regarded by most system administrators, IT professionals and software engineers as a black art that is too time consuming to learn and apply. Finally, this book by acclaimed performance analyst Dr. Neil Gunther makes this subject understandable and applicable through programmatic examples. The means to this end is the open-source performance analyzer Pretty Damn Quick (PDQ) written in Perl and available for download from the author’s Website: www.perfdynamics.com.

As the epigraph in this book points out, Common sense is the pitfall of performance analysis. The performance analysis framework that replaces common sense is revealed in the first few chapters of Part I. The important queueing concepts embedded in PDQ are explained in a very simple style that does not require any knowledge of formal probability theory. Part II begins with a full specification of how to set up and use PDQ replete with examples written in Perl. Subsequent chapters present applications of PDQ to the performance analysis of multicomputer architectures, benchmark results, client/server scalability, and Web-based applications. The examples are not mere academic toys but are based on the author’s experience analyzing the performance of large-scale systems over the past 20 years. By following his lead, you will quickly be able to set up your own Perl scripts for collecting data and exploring performance-by-design alternatives without inflating your manager’s schedule.”

http://rapidshare.com/files/576075/Springer.Analyzing.Computer.Systems.Performance.with.Perl.PDQ