<?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"
	>
<channel>
	<title>Comments on: What I don&#8217;t like about Perl</title>
	<atom:link href="http://www.tienshiao.org/archives/2004/03/11/what-i-dont-like-about-perl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tienshiao.org/archives/2004/03/11/what-i-dont-like-about-perl/</link>
	<description>The Official Tienshiao Ma Fan Club</description>
	<pubDate>Mon, 06 Oct 2008 16:23:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Dedoleo</title>
		<link>http://www.tienshiao.org/archives/2004/03/11/what-i-dont-like-about-perl/#comment-50</link>
		<dc:creator>Dedoleo</dc:creator>
		<pubDate>Wed, 17 Mar 2004 16:39:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.tienshiao.org/wordpress/?p=63#comment-50</guid>
		<description>.</description>
		<content:encoded><![CDATA[<p>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dedoleo</title>
		<link>http://www.tienshiao.org/archives/2004/03/11/what-i-dont-like-about-perl/#comment-49</link>
		<dc:creator>Dedoleo</dc:creator>
		<pubDate>Wed, 17 Mar 2004 16:38:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.tienshiao.org/wordpress/?p=63#comment-49</guid>
		<description>Hmm, interesting. It seems backslashes are added for special characters to go through. However, when I put in the wrong password, that modified text was put right back into the edit window. And then when I put in the correct password, my entry ended up with a bunch of backslashes.</description>
		<content:encoded><![CDATA[<p>Hmm, interesting. It seems backslashes are added for special characters to go through. However, when I put in the wrong password, that modified text was put right back into the edit window. And then when I put in the correct password, my entry ended up with a bunch of backslashes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dedoleo</title>
		<link>http://www.tienshiao.org/archives/2004/03/11/what-i-dont-like-about-perl/#comment-48</link>
		<dc:creator>Dedoleo</dc:creator>
		<pubDate>Wed, 17 Mar 2004 16:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.tienshiao.org/wordpress/?p=63#comment-48</guid>
		<description>I've noticed most of what you're talking about though I tend to like it.

4. Unless is, of course, not necessary, though it may improve readability. To be technical, for loops aren't necessary either; they're just convenient while loops. I think Unless is safe to have around seeing as you don't have to use it if you don't want.

5. I think the suffixes really improve readability for one line executions.

For example,
if (a == b) {
    print "a equals b";
}

as compared to,

print "a equals b" if (a == b);

I find the latter much easier to read and type.

---
Perl seems to be an easy-going language and it gets the job done. I agree that the price for being "easy going" is also being a bit messy and having a bit of redundancy.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve noticed most of what you&#8217;re talking about though I tend to like it.</p>
<p>4. Unless is, of course, not necessary, though it may improve readability. To be technical, for loops aren&#8217;t necessary either; they&#8217;re just convenient while loops. I think Unless is safe to have around seeing as you don&#8217;t have to use it if you don&#8217;t want.</p>
<p>5. I think the suffixes really improve readability for one line executions.</p>
<p>For example,<br />
if (a == b) {<br />
    print &#8220;a equals b&#8221;;<br />
}</p>
<p>as compared to,</p>
<p>print &#8220;a equals b&#8221; if (a == b);</p>
<p>I find the latter much easier to read and type.</p>
<p>&#8212;<br />
Perl seems to be an easy-going language and it gets the job done. I agree that the price for being &#8220;easy going&#8221; is also being a bit messy and having a bit of redundancy.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
