|
Minimal Perl For UNIX/Linux People Tim Maher August, 2006 | 550 pages ISBN: 1932394508 |
|||
| $44.95 | Softbound print book | ||
Table of Contents
Part I: Perl for UNIX/Linux Users1 Introducing Minimal Perl
2 Perl essentials
3 Perl as a (better) grep Command
4 Perl as a (better) sed Command
5 Perl as a (better) awk Command
6 Perl as a (better) find Command
Part II: Perl for UNIX/Linux Shell Programmers
7 Built-in functions
8 Scripting techniques
9 List variables
10 Looping
11 Subroutines, scoping, and modules
Appendices
I Special variables cheatsheet
II Effects of double-quotes in Shell and Perl
DESCRIPTION
Foreword by Dr. Damian Conway, author of Manning's best-selling Object Oriented Perl
Most books make Perl unnecessarily hard to learn by attempting to teach the whole language, including its many redundancies, while ignoring the reader's knowledge of related languages and concepts. This book makes Perl easy to learn by teaching a strategically designed subset that's familiar to UNIX/Linux people, and by capitalizing on their existing knowledge rather than ignoring it.
With this book, readers learn a carefully designed subset of the language called "Minimal Perl", which was developed through five years of experience in training software professionals at major corporations. It makes Perl more accessible to those having UNIX/Linux skill levels ranging from elementary to expert, by capitalizing on their existing knowledge of important utilities (grep, awk), or essential concepts (filters, command substitution, looping). Dozens of detailed programming examples are shown, drawn from contemporary application areas such as system administration, networking, web development, databases, finance, HTML, CGI, and text analysis.
Learn how to:
- Exploit the power of Perl while avoiding its complexities
- Capitalize on your existing UNIX/Linux skills to learn Perl quickly and easily
- Write simple yet powerful programs that do important data processing tasks
ABOUT THE AUTHOR...
Tim Maher has worked for U.C. Berkeley as a Senior Programmer/Analyst, for the University of Utah as a Professor of Computer Science, and for AT&T, DEC, Sun Microsystems, Hewlett Packard, and Consultix (his own company) as a course developer and/or lecturer on operating systems and programming languages. Tim founded Seattle's SPUG, one of the oldest, largest, and most active Perl Users Groups, and served as its leader for its first six years. He serves on the Advisory Board of the University of Washington that oversees its Perl Certificate Program, and has led discussions in the Perl community about the development of a certification process for Perl programmers. He lives in Seattle, Washington.
He has trained thousands of engineers on Unix, Linux, and/or Perl and is a featured speaker at Perl conferences worldwide.

