Learn Perl programming quickly and easily with 24 one-hour lessons in Sams Teach Yourself Perl in 24 Hours. The book's step-by-step lessons teach you the basics of Perl and how to apply it in web development and system administration. Plus, the third edition has been updated to include five chapters on new technologies, information on the latest version of Perl, and a look ahead to Perl 6. Sams Teach Yourself Perl in 24 Hours focuses on real-world development, teaching you how to:
Effectively use Perl for large development projects using Perl modules
Use Perl for data processing
Utilize Perl as a 'glue' language with other programming languages
Use Perl as a web development language
Customer Reviews
Average Rating:
Rating: - Awesome book, awesome language.
Perl is probably one of the best languages to learn if you just want to have a programming language in your toolkit and this book is a great resource for learning Perl.
If you're new to programming Perl introduces many of the concepts that you'll need to master while allowing a lot of flexibility.
I don't know if 24 hours is quite enough to complete this book, but the short focused lessons make learning fun.
Rating: - The impossible 24hour challenge.
I spent about 2000 hours learning Perl. I think PERL is a great scripting language which can teach you advanced programming techniques versus what you may have learned in basic or visual basic. It is easier than other languages like C to make simple or complex scripts which accomplish something useful without getting bogged down in writing a lot of extra code that might be the case in C.
I looked at this and other similar 24 hour computer books. I already knew how to program in ... Read More
Rating: - Great for novices
As someone that knew very little about computer programming bar some Fortran classes about 15 years ago, this is a great book. It takes you step by step through the aspects of Perl and explains the different computer language terminology to idiots like myself (e.g. arrays, scalers etc).
However, one thing I would say is that each chapter is not one hour.
If you work on each one properly (take notes, do the exercises etc) its more like 2 hours per chapter.
Rating: - study the chapter on hash
[A review of the 3RD EDITION 2005.]
Pierce gives an updated introduction for Perl, describing the latest version 5.8. Though realistically, if you are new to Perl, you'd be doing fine even if the book didn't reach up to that version. Perl is a very stable, mature language, which is probably what you want.
If you already know another language, then many or all of the concepts in this book will be familiar. It just becomes a question of plowing through the chapters, to learn ... Read More
Rating: - How to get your hands dirty quick
As with the other titles in the Sam's Teach Yourself xxx in 24 Hours series, this book aims at quickly arming you with enough knowledge of Perl to start programming in the language in no time. If you are a complete newbie to programming, this book is not for you, because it takes a "focus on the trees, ignore the forest" approach. In other words, you are thrown into coding right away. There's no high-level discussion of data structures and programming gotchas, etc. There's a lot of stuff crammed ... Read More