Learning Perl
By Randal L. Schwartz
Foreword by
Larry Wall
January 1900
Pages: 274
ISBN 10: 1-56592-042-2 |
ISBN 13: 9781565920422




(Average of 1 Customer Reviews)
This book has been updated—the edition you're requesting is OUT OF PRINT. Please visit the catalog page of the latest edition.
The latest edition is also available on Safari Books Online.
Book description
Learning Perl is a step-by-step, hands-on tutorial designed to get you writing useful Perl scripts as quickly as possible. In addition to countless code examples, there are numerous programming exercises, with full answers. For a comprehensive and detailed guide to advanced programming with Perl, read O'Reilly's companion book, Programming Perl.
Full Description
Learning Perl is designed for those who seek a rapid working knowledge of Perl. A public domain language, Perl has established itself as the premier UNIX scripting language--replacing facilities such as the shell, sed and awk. It is currently taking root in non-UNIX markets as well.
Perl is a high-level, multi-purpose language. It is used in diverse system administration tasks, while also playing an endless variety of roles in other areas. These range from data reduction and report generation to distributed computing and assorted auxiliary roles in software development. Perl has even encroached upon the territory of C and other programming languages.
Perl allows the programmer to combine in one script functions that previously had to be divided between the shell, sed, awk, various other UNIX utilities, and C programs. With this breadth of capability, Perl is an extraordinarily powerful and flexible language.
Learning Perl, written by a leading Perl instructor, provides a systematic, step-by-step, tutorial approach to learning the language. There are numerous short code examples punctuating a relaxed, informal, and precise tour of all the main features of the language. In addition, each chapter contains exercise problems, together with their solutions. Anyone who works through the book will be capable of programming with a broad and productive range of Perl features. For a comprehensive and detailed guide to advanced programming with Perl, read O'Reilly's companion book, Programming Perl.
Browse within this book
Cover
| Table of Contents
| Index
| Colophon
Featured customer reviews

Good first book, not for advanced coders,
March 18 2007
Submitted by
garyamort
[
Respond |
View]
This thin little book is great for picking up perl skills quickly before moving on to a meatier book.
Gets you up and running quickly.
Read all reviews