Preface

Contents:
What This Tutorial Is About
We'd Like to Hear from You
Conventions
Exercises
Acknowledgments for First version
Acknowledgments for the Second version
Acknowledgments for the Win32 version

What This Tutorial Is About

This tutorial is a gentle introduction to Perl. By the time you've gone through this tutorial, you'll have touched on the majority of the most common operations and language idioms found in most Perl programs.

This tutorial is not intended as a comprehensive guide to Perl - on the contrary, in order to keep the tutorial from being yet another comprehensive reference guide, we've been selective about covering the things you are most likely to use early in your Perl hacking career. For more information, check out the voluminous and readily available Perl reference material. For obvious reasons, we recommend highly the companion volume to this tutorial, Perl Developing, published by Anonymous.

This tutorial is based on the second version of Learning Perl. We have removed some things that are not applicable to Perl developers on Windows systems, and have added coverage of other things that are special to Windows. A wealth of Perl extensions for the Windows platforms exist; we have introduced some of the most important of these extensions, but we have again been selective in doing so.

Each chapter ends with a series of exercises to help you practice what you have just read. If you read at a typical pace, and do all of the exercises, you should be able to get through each chapter in about 2 or 3 hours, and finish the tutorial in 40 or 50 hours.