<?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: on Perl</title>
	<atom:link href="http://www.matusiak.eu/numerodix/blog/index.php/2008/10/08/on-perl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.matusiak.eu/numerodix/blog/index.php/2008/10/08/on-perl/</link>
	<description>A blog about nothing</description>
	<lastBuildDate>Tue, 31 Jan 2012 20:14:03 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alexandr Ciornii</title>
		<link>http://www.matusiak.eu/numerodix/blog/index.php/2008/10/08/on-perl/#comment-77307</link>
		<dc:creator>Alexandr Ciornii</dc:creator>
		<pubDate>Thu, 16 Oct 2008 15:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.matusiak.eu/numerodix/blog/?p=1423#comment-77307</guid>
		<description>perl_sort_arrayofhashes.pl is an example optimized for speed (at least part of it), you shouldn&#039;t read bad examples. Handling of complex structures is described in Perl documentation.</description>
		<content:encoded><![CDATA[<p>perl_sort_arrayofhashes.pl is an example optimized for speed (at least part of it), you shouldn&#8217;t read bad examples. Handling of complex structures is described in Perl documentation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prime</title>
		<link>http://www.matusiak.eu/numerodix/blog/index.php/2008/10/08/on-perl/#comment-76601</link>
		<dc:creator>Prime</dc:creator>
		<pubDate>Sat, 11 Oct 2008 00:03:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.matusiak.eu/numerodix/blog/?p=1423#comment-76601</guid>
		<description>Perl has long been one of my favorite languages. Its hard to learn, yes, but its absolutely amazing once you master it. I&#039;ve written everything from small web server daemons to complex IRC bots with a basic AI system in Perl. Learn it. Use it. Love it.</description>
		<content:encoded><![CDATA[<p>Perl has long been one of my favorite languages. Its hard to learn, yes, but its absolutely amazing once you master it. I&#8217;ve written everything from small web server daemons to complex IRC bots with a basic AI system in Perl. Learn it. Use it. Love it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flynn</title>
		<link>http://www.matusiak.eu/numerodix/blog/index.php/2008/10/08/on-perl/#comment-76419</link>
		<dc:creator>flynn</dc:creator>
		<pubDate>Wed, 08 Oct 2008 21:06:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.matusiak.eu/numerodix/blog/?p=1423#comment-76419</guid>
		<description>to vidude :
yeees, this site is clairly not written using Perl, so the mistakes hit the user, not the programmer ...

I disagree totally with the author&#039;s p.o.v, Once you understand Perl&#039;s syntax, all become absolutely limpid. (unless you live in darkness :-)

Flynn, Perl monger from time to time.</description>
		<content:encoded><![CDATA[<p>to vidude :<br />
yeees, this site is clairly not written using Perl, so the mistakes hit the user, not the programmer &#8230;</p>
<p>I disagree totally with the author&#8217;s p.o.v, Once you understand Perl&#8217;s syntax, all become absolutely limpid. (unless you live in darkness <img src='http://www.matusiak.eu/numerodix/blog/wp-includes/images/smilies/smile.png' alt=':-)' class='wp-smiley' /> </p>
<p>Flynn, Perl monger from time to time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vidude</title>
		<link>http://www.matusiak.eu/numerodix/blog/index.php/2008/10/08/on-perl/#comment-76402</link>
		<dc:creator>vidude</dc:creator>
		<pubDate>Wed, 08 Oct 2008 17:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.matusiak.eu/numerodix/blog/?p=1423#comment-76402</guid>
		<description>Oops, the form filtered out part of the code.  There should be a &quot;&lt;=&gt;&quot; between &quot;$b-&gt;{priority}&quot; and &quot;$a-&gt;{priority}&quot;</description>
		<content:encoded><![CDATA[<p>Oops, the form filtered out part of the code.  There should be a &#8220;&lt;=&gt;&#8221; between &#8220;$b-&gt;{priority}&#8221; and &#8220;$a-&gt;{priority}&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vidude</title>
		<link>http://www.matusiak.eu/numerodix/blog/index.php/2008/10/08/on-perl/#comment-76401</link>
		<dc:creator>vidude</dc:creator>
		<pubDate>Wed, 08 Oct 2008 17:24:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.matusiak.eu/numerodix/blog/?p=1423#comment-76401</guid>
		<description>Your sorting code is way too complicated.  All you need is the following:

my @sorted = sort { $b-&gt;{priority}  $a-&gt;{priority} } @unsorted;</description>
		<content:encoded><![CDATA[<p>Your sorting code is way too complicated.  All you need is the following:</p>
<p>my @sorted = sort { $b-&gt;{priority}  $a-&gt;{priority} } @unsorted;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leifbk</title>
		<link>http://www.matusiak.eu/numerodix/blog/index.php/2008/10/08/on-perl/#comment-76383</link>
		<dc:creator>Leifbk</dc:creator>
		<pubDate>Wed, 08 Oct 2008 10:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.matusiak.eu/numerodix/blog/?p=1423#comment-76383</guid>
		<description>I&#039;ve got exactly the same kind of love/hate relationship to Perl as you do. It&#039;s a great language for text processing, and whenever I&#039;ve got a bunch of text that I need to do some operations on, I&#039;ll grab Perl almost without thinking.

For the last couple of days, I&#039;ve been reading a small free e-book called &quot;Learning Perl the hard way&quot;. On page 32, the author Allen B. Downey has this little gem: &quot;Perl enthusiasts like to point out that &quot;There’s more than one way to do it,&quot; which they abbreviate TMTOWTDI. Perl detractors sometimes come back with FORHOTDW, which stands for, &quot;For obscure reasons, half of them don’t work.&quot;

Since I started programming back in the Eighties, I&#039;ve always tried to write code that I can come back to six months later and understand what it does. It&#039;s no harder to do that in Perl than in any other language, but it requires that you&#039;re actively concious about it to a larger degree than eg. Python. (Regarding the latter, my brain is totally incompatible with the OO paradigm, so the finer points of Python are regrettably lost on me.) Usually, you can write Perl in something resembling classic C-style, and that&#039;s what I do. Whenever I need some of the more arcane stuff that I have to look up in the Camel book or in the Cookbook, I&#039;ll make a comment on it.

I&#039;m a regular reader of your blog through Planet Larry, and have even included a link in my blogroll. I have to say that this is one of your best articles ever.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got exactly the same kind of love/hate relationship to Perl as you do. It&#8217;s a great language for text processing, and whenever I&#8217;ve got a bunch of text that I need to do some operations on, I&#8217;ll grab Perl almost without thinking.</p>
<p>For the last couple of days, I&#8217;ve been reading a small free e-book called &#8220;Learning Perl the hard way&#8221;. On page 32, the author Allen B. Downey has this little gem: &#8220;Perl enthusiasts like to point out that &#8220;There’s more than one way to do it,&#8221; which they abbreviate TMTOWTDI. Perl detractors sometimes come back with FORHOTDW, which stands for, &#8220;For obscure reasons, half of them don’t work.&#8221;</p>
<p>Since I started programming back in the Eighties, I&#8217;ve always tried to write code that I can come back to six months later and understand what it does. It&#8217;s no harder to do that in Perl than in any other language, but it requires that you&#8217;re actively concious about it to a larger degree than eg. Python. (Regarding the latter, my brain is totally incompatible with the OO paradigm, so the finer points of Python are regrettably lost on me.) Usually, you can write Perl in something resembling classic C-style, and that&#8217;s what I do. Whenever I need some of the more arcane stuff that I have to look up in the Camel book or in the Cookbook, I&#8217;ll make a comment on it.</p>
<p>I&#8217;m a regular reader of your blog through Planet Larry, and have even included a link in my blogroll. I have to say that this is one of your best articles ever.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://www.matusiak.eu/numerodix/blog/index.php/2008/10/08/on-perl/#comment-76320</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Wed, 08 Oct 2008 00:05:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.matusiak.eu/numerodix/blog/?p=1423#comment-76320</guid>
		<description>Quality article, you&#039;ve got a great grasp of the subject.</description>
		<content:encoded><![CDATA[<p>Quality article, you&#8217;ve got a great grasp of the subject.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

