This is a very complete book if you want to learn and start to implement Perl. While Perl is not the be all/end all language, it is very much fun to use, especially in the UNIX world where you find the limitations of all the various shells limiting. Perl can get you going, and you can continue to learn more and more (such as object-oriented Perl) as you grow and evolve. But this book is really good for beginners. While...
0Report
I have been learning Perl for about 2 months now, I have a little shell scripting experience but that is it. I 1st started with Learning Perl by O'Reilly. Good book but lacking on the examples, I then went to programming Perl by Larry Wall, a great book for intermediate to advanced, didn't help me much beginning Perl. I then picked up Perl by Examples 3rd edition, this book is superb, a well written programming book. I have...
0Report
Ellie Quigley delivers again. Her latest version of Perl by Example has been completely updated to include the latest features of the most fun programming language in existence. The new format is even easier to read than before. Anyone programming in a Linux environment will be particularly impressed with her treatment of Linux shells. As in previous books, Quigley's examples are always short and to the point. She explains...
0Report
I've been a programmer for over 23 years (started very young) and I've programmed in Perl for about two years. Out of the 24 Perl books I own (including most of the O'Reilly books), this is one of my two favorites. The examples are excellent and there is a brief description of almost everything. I have used Perl on both UNIX and Windows NT, but am using mostly Windows NT now and this book has helped greatly just by explaining...
0Report
As someone who learns best by seeing and doing rather than reading abstract theory and explanation, this book is a God-send! Each example is broken down line by line with clear explanations so you can understand exactly what each programming element does. It's the first book to really show me a tangible example of object-oriented Perl that isn't easier as a standard subroutine. This is not a cookbook, but clarifies many programming...
0Report