Pro Perl Debugging
✍ Scribed by Foley, Richard; Lester, Andy
- Publisher
- Apress
- Year
- 2005
- Tongue
- English
- Leaves
- 278
- Category
- Library
No coin nor oath required. For personal study only.
✦ Synopsis
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 programmers daily routine. What this book will do is rescue you from substandard application testing practices. The book commences with several chapters that overview the debuggers basic features, then covers common debugging scenarios. The concluding portion examines debugger customization, alternative debugging utilities, and debugging best practices.
Table of Contents
- 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
📜 SIMILAR VOLUMES
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 bio
Книга Pro Perl Debugging Pro Perl Debugging Книги Perl Автор: Richard Foley, Andy Lester Год издания: 2005 Формат: pdf Издат.:Apress Страниц: 278 Размер: 2,1 ISBN: 1-59059-454-1 Язык: Английский0 (голосов: 0) Оценка:Combining the best features of C, UNIX utilities, and regular expressions, Perl has
(Pearson Education) Saves programmers time and frustration by offering a guide through the entire programming process, showing how to completely debug Perl. Example rich and slightly humorous, the reference and guide minimizes the development, troubleshooting, and maintenance time developers must ta
Offers advice on error prevention, troubleshooting, and preventive maintenance, covering Perl logic, variable problems, error trapping, manual debugging, automatic and manual optimization, and code testing.
The GNU Debugger allows you to see what is going on "inside" a program while it executes - or what a program was doing at the moment it crashed.GDB supports C, C++, Java, Fortran and Assembly among other languages; it is also designed to work closely with the GNU Compiler Collection (GCC).The GNU De