| < Day Day Up > |
Introduction
Remember this well
:
There's nothing
Like anything that seems magical, there's always a trick to it ”and programming is no different. All you need are some analytical thinking skills, the
Now, given that you've established a goal and have some thinking skills, what does this book have for you? This book will teach you the basics of the Perl programming language. You'll learn just enough Perl to do something useful. You will not be overwhelmed with details that, although interesting, will only get in your way and that you'll probably never use again. Each new concept in this book is demonstrated by lots of working code examples. Go ahead ”flip through the book and see.
But why Perl? Almost every company that uses programming of some kind uses Perl. Perl is found in finance, manufacturing,
It's also possible to create really stunning Perl programs with just a small bit of code. Using a little bit of Perl to glue together other applications, languages, and technologies, you'll be creating useful Perl programs in no time. |
| < Day Day Up > |
| < Day Day Up > |
How to Use This Book
This book is divided into 24 segments that take
At the end of each hour, you'll be able to accomplish a new set of
|
| < Day Day Up > |
| < Day Day Up > |
Conventions Used in This BookSams Teach Yourself Perl in 24 Hours uses a number of conventions that are consistent throughout this book:
In addition, these elements appear throughout the book:
By the Way Notes provide you with comments and asides about the topic at hand.
Did you Know? Tips offer shortcuts and hints on getting the task done.
Watch Out!
Cautions explain
New terms
are
|
| < Day Day Up > |