Профессиональное программирование на Perl

Object Oriented Perl

"This book...is one of the best technical books that I have ever read. I've been writing applications and particularly CGI in Perl for several years and right there in Chapter 1 I started to learn all of the things that I missed in my self-education on the subject. My main problem with Perl was that I considered it a generator of 'quick and dirty' code?This book showed me right away how very wrong I was about that. Perl is a mature language that is more than ready to stand as a formidable tool in your toolbox.

Автор:

Damian Conway

Publisher:

Manning Publications

ISBN:

1884777791

Страницы:

512

Содержание:

1 What you need to know first (an object-orientation primer)
2 What you need to know second (a Perl refresher)
3 Getting started
4 Blessing arrays and scalars
5 Blessing other things
6 Inheritance
7 Polymorphism
8 Automating class creation
9 Ties
10 Operator overloading
11 Encapsulation
12 Genericity
13 Multiple dispatch
14 Persistent objects

Review:

"This book...is one of the best technical books that I have ever read. I've been writing applications and particularly CGI in Perl for several years and right there in Chapter 1 I started to learn all of the things that I missed in my self-education on the subject. My main problem with Perl was that I considered it a generator of 'quick and dirty' code?This book showed me right away how very wrong I was about that. Perl is a mature language that is more than ready to stand as a formidable tool in your toolbox.

"This book starts with a very, very good refresher on Perl concepts and doesn't ignore the more advanced functionality either. The first chapter alone is worth the price of the book...So as one PowerBuilder programmer to another I advise you, on my strongest possible recommendations to get this book and add it to your skill set. It will only make you a better programmer."
--Reviewed on Rik's PowerBuilder Dojo

Pro Perl Debugging: From Professional to Expert

Автор:

Richard Foley, Andy Lester

Publisher:

apress

ISBN:

1-59059-454-1

Страницы:

277

Содержание:

Introduction
Inspecting Variables and Getting Help
Controlling Program Execution
Debugging a Simple Command Line Program
Tracing Execution
Debugging Modules
Debugging Object-Oriented Perl
Using the Debugger As a Shell
Debugging a CGI Program
Perl Threads and Forked Processes
Debugging Regular Expressions
Debugger Customization
Optimization and Performance Hints and Tips
Command Line and GUI Debuggers
Comprehensive Command Reference
Book References and URLs