Originally submitted at O’Reilly
<div>
<img src="https://images.powerreviews.com/images_products/06/14/5204063_100.jpg" class="photo" align="left" style="margin: 0 0.5em 0 0" /></p>
<p style="margin-top:0">
Making Easy Things Easy and Hard Things Possible
</p>
</div>
<p>
<a href="http://shop.oreilly.com/product/9780596520113.do" style="display: none;" class="url fn"><span class="fn">Learning Perl, 5th Edition</span></a></div>
<p>
<br clear="left" />
</p>
<p>
<strong class="summary">Great intro to Perl</strong>
</p>
<div>
By <strong>Jim Schubert</strong> from <strong>Richmond, VA</strong> on <strong><abbr title="2012218T1200-0800" class="dtreviewed" style="border: none; text-decoration: none;">2/18/2012</abbr></strong>
</div>
<p>
<div style="margin: 0.5em 0; height: 15px; width: 83px; background-image: url(https://images.powerreviews.com/images/stars_small.gif); background-position: 0px -180px;" class="prStars prStarsSmall">
</div>
</p>
<div style="display: none">
<span class="rating">5</span>out of 5
</div>
<p>
<strong>Pros: </strong>Helpful examples, Easy to understand, Concise, Well-written, Accurate
</p>
<p>
<strong>Best Uses: </strong>Novice, Student
</p>
<p>
<strong>Describe Yourself: </strong>Software Engineer
</p>
<p style="margin-top:1em" class="description">
I picked up this book on a whim to learn Perl. I was extremely impressed, especially by the three chapters on Regular Expressions.<br xmlns:pr="xalan://com.pufferfish.core.beans.xmlbuilders.xsl.Functions" /><br />If you have used Perl, this book may be fairly basic. There are whole chapters on Scalars, Arrays, Hashes, etc. I have a lot of experience in a lot of languages and technologies, and I can tell you this book is well-written and well-organized to ease you into the Perl mindset.
</p>
<p>
First of all, most languages are like mathematics. 1+1=2 is a rule. If that rule didn’t work, math wouldn’t work. Similarly, ‘int x = 1;’ in C-style languages will always point the variable ‘x’ to the memory location storing the value of ‘1’. Rules are rules. However, Perl is contextual. When you do one thing in Perl, you may have a different result depending on the context of the code. For example (extremely-generalized example), hashes can be considered an array of values in which every even index is the key and every odd index is the value. So, an array of [“first”, “1st”, “second”, “2nd” ] could easily become a hash with the keys and values related as expected. Weird? Yes. Basic, not really. I think that can be a very difficult concept for a lot of people… too meta.
</p>
<p>
The book does a great job of easing a lot of the Perl concepts onto the reader. Interestingly, the part of the book I found the most useful are the three Regular Expressions chapters. I have recommended this book to students in the past solely for the three Regular Expressions chapters. They are clearly and concisely written in a way that presents the Perl syntax very well.
</p>
<p>
If you’re familiar with Perl already, this book probably isn’t for you. You would probably be better off with the Intermediate Perl book also available by O’Reilly. Even after reading both books and working a bit with the Catalyst framework, I found myself coming back to the last chapter of this book to fully understand eval blocks.
</p>
<p style="margin-top:0.5em">
(<a href="http://www.powerreviews.com/legal/terms_of_use.html" rel="license">legalese</a>)
</p></div>