<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Sams Teach Yourself Perl in 24 Hours</title>
	<atom:link href="http://www.cgiphp.com/blog/sams-teach-yourself-perl-in-24-hours/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cgiphp.com/blog/sams-teach-yourself-perl-in-24-hours/</link>
	<description>Enhance your site with CGi, PHP and ASP scripts</description>
	<lastBuildDate>Sat, 04 Feb 2012 18:32:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: W Boudville</title>
		<link>http://www.cgiphp.com/blog/sams-teach-yourself-perl-in-24-hours/comment-page-1/#comment-622</link>
		<dc:creator>W Boudville</dc:creator>
		<pubDate>Sun, 28 Feb 2010 15:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.cgiphp.com/blog/sams-teach-yourself-perl-in-24-hours/#comment-622</guid>
		<description>[A review of the 3RD EDITION 2005.]
&lt;br /&gt;
&lt;br /&gt;Pierce gives an updated introduction for Perl, describing the latest version 5.8. Though realistically, if you are new to Perl, you&#039;d be doing fine even if the book didn&#039;t reach up to that version. Perl is a very stable, mature language, which is probably what you want.
&lt;br /&gt;
&lt;br /&gt;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 the Perl syntax.
&lt;br /&gt;
&lt;br /&gt;In Pierce&#039;s presentation, he quickly takes you to what Perl calls a &quot;hash&quot;. In Java, the corresponding class is a Hashtable. Regardless of terminology, the idea is a very useful one, and if you intend to be a proficient Perl programmer, you need to have this down pat. Earlier material in the text, like scalars and arrays, are pretty trivial to understand and use. The hash table is trickier, but Pierce does a good job in conveying its usage. He avoids the maths theory behind this, but points out that it gives you quick access to a value associated with a key, where this access is not proportional [ie. linear] to the number of keys in the table. He doesn&#039;t actually say it&#039;s logarithmic, which it is. [For the theory, Cf. Knuth &quot;Art of Computer Programming&quot; vol 3.]
&lt;br /&gt;
&lt;br /&gt;Learn the hash. Experienced programmers [in any language] already know its value. In all of the book, it is the best glimpse into advanced algorithmic coding.
Rating: 4 / 5</description>
		<content:encoded><![CDATA[<p>[A review of the 3RD EDITION 2005.]</p>
<p>Pierce gives an updated introduction for Perl, describing the latest version 5.8. Though realistically, if you are new to Perl, you&#039;d be doing fine even if the book didn&#039;t reach up to that version. Perl is a very stable, mature language, which is probably what you want.</p>
<p>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 the Perl syntax.</p>
<p>In Pierce&#039;s presentation, he quickly takes you to what Perl calls a &#034;hash&#034;. In Java, the corresponding class is a Hashtable. Regardless of terminology, the idea is a very useful one, and if you intend to be a proficient Perl programmer, you need to have this down pat. Earlier material in the text, like scalars and arrays, are pretty trivial to understand and use. The hash table is trickier, but Pierce does a good job in conveying its usage. He avoids the maths theory behind this, but points out that it gives you quick access to a value associated with a key, where this access is not proportional [ie. linear] to the number of keys in the table. He doesn&#039;t actually say it&#039;s logarithmic, which it is. [For the theory, Cf. Knuth "Art of Computer Programming" vol 3.]</p>
<p>Learn the hash. Experienced programmers [in any language] already know its value. In all of the book, it is the best glimpse into advanced algorithmic coding.<br />
Rating: 4 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.cgiphp.com/blog/sams-teach-yourself-perl-in-24-hours/comment-page-1/#comment-621</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 28 Feb 2010 13:26:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.cgiphp.com/blog/sams-teach-yourself-perl-in-24-hours/#comment-621</guid>
		<description>This book is good for the  ones who are allready  coding in perl as  well as for the  beginners, I think Perl is one of the best languages to begin with, and this book tells you how.
Rating: 4 / 5</description>
		<content:encoded><![CDATA[<p>This book is good for the  ones who are allready  coding in perl as  well as for the  beginners, I think Perl is one of the best languages to begin with, and this book tells you how.<br />
Rating: 4 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivy Reisner</title>
		<link>http://www.cgiphp.com/blog/sams-teach-yourself-perl-in-24-hours/comment-page-1/#comment-620</link>
		<dc:creator>Ivy Reisner</dc:creator>
		<pubDate>Sun, 28 Feb 2010 11:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.cgiphp.com/blog/sams-teach-yourself-perl-in-24-hours/#comment-620</guid>
		<description>It introduces Perl in an easy and effective way, with exercises and quizzes at the end of every chapter.  It&#039;s not just a reference book, it&#039;s a book to learn by.  It touches on Database programming in Perl and CGI programming.  There isn&#039;t a better choice for a beginning Perl programmer.
Rating: 5 / 5</description>
		<content:encoded><![CDATA[<p>It introduces Perl in an easy and effective way, with exercises and quizzes at the end of every chapter.  It&#039;s not just a reference book, it&#039;s a book to learn by.  It touches on Database programming in Perl and CGI programming.  There isn&#039;t a better choice for a beginning Perl programmer.<br />
Rating: 5 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.cgiphp.com/blog/sams-teach-yourself-perl-in-24-hours/comment-page-1/#comment-619</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 28 Feb 2010 10:22:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.cgiphp.com/blog/sams-teach-yourself-perl-in-24-hours/#comment-619</guid>
		<description>i have unix cgi web exper........ but i still love to read a book where the author talks to u! he&#039;s great!
Rating: 5 / 5</description>
		<content:encoded><![CDATA[<p>i have unix cgi web exper&#8230;&#8230;.. but i still love to read a book where the author talks to u! he&#039;s great!<br />
Rating: 5 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Earthling</title>
		<link>http://www.cgiphp.com/blog/sams-teach-yourself-perl-in-24-hours/comment-page-1/#comment-618</link>
		<dc:creator>Earthling</dc:creator>
		<pubDate>Sun, 28 Feb 2010 07:55:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.cgiphp.com/blog/sams-teach-yourself-perl-in-24-hours/#comment-618</guid>
		<description>I found this book very frustrating.  The format is that you read and then maybe at the end of the chapter there is an exercise and some activities that I don&#039;t know what they have to do with the reading material.  Perhaps for those who have experience in C++ or some other language it would work but I have had a little Visual Basic and am not very experienced in programming and this does not do for me what I need in a book and what it claims to do, take me from scratch, assuming I know nothing and building on that. There are too many steps that are skipped.  Also there are typos.  Notice that he misspelled &quot;sherbet&quot; as &quot;sherbert&quot; &quot;Sherbet&quot; is often misprounouced it doesn&#039;t rhyme with &quot;herbert&quot; and a supposedly educated man should not make that error.
Rating: 1 / 5</description>
		<content:encoded><![CDATA[<p>I found this book very frustrating.  The format is that you read and then maybe at the end of the chapter there is an exercise and some activities that I don&#039;t know what they have to do with the reading material.  Perhaps for those who have experience in C++ or some other language it would work but I have had a little Visual Basic and am not very experienced in programming and this does not do for me what I need in a book and what it claims to do, take me from scratch, assuming I know nothing and building on that. There are too many steps that are skipped.  Also there are typos.  Notice that he misspelled &#034;sherbet&#034; as &#034;sherbert&#034; &#034;Sherbet&#034; is often misprounouced it doesn&#039;t rhyme with &#034;herbert&#034; and a supposedly educated man should not make that error.<br />
Rating: 1 / 5</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.331 seconds -->

