<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for As Thick As Two Short Planks - Mark Fowler&#039;s Blog</title>
	<atom:link href="http://blog.twoshortplanks.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.twoshortplanks.com</link>
	<description></description>
	<lastBuildDate>Tue, 03 Nov 2009 01:25:59 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Introducing XML::Easy by john napiorkowski</title>
		<link>http://blog.twoshortplanks.com/2009/11/02/introducing-xmleasy/#comment-86</link>
		<dc:creator>john napiorkowski</dc:creator>
		<pubDate>Tue, 03 Nov 2009 01:25:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.twoshortplanks.com/?p=126#comment-86</guid>
		<description>I&#039;ll be sure to give it a try!</description>
		<content:encoded><![CDATA[<p>I&#8217;ll be sure to give it a try!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CPAN Unplugged by 2shortplanks</title>
		<link>http://blog.twoshortplanks.com/2009/10/12/cpan-unplugged/#comment-58</link>
		<dc:creator>2shortplanks</dc:creator>
		<pubDate>Wed, 14 Oct 2009 12:43:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.twoshortplanks.com/?p=101#comment-58</guid>
		<description>Of course, modern minicpan (updated some time after you wrote this script) now uses Keep-Alive, so it&#039;s really just one TCP stream</description>
		<content:encoded><![CDATA[<p>Of course, modern minicpan (updated some time after you wrote this script) now uses Keep-Alive, so it&#8217;s really just one TCP stream</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CPAN Unplugged by Matt S Trout</title>
		<link>http://blog.twoshortplanks.com/2009/10/12/cpan-unplugged/#comment-57</link>
		<dc:creator>Matt S Trout</dc:creator>
		<pubDate>Wed, 14 Oct 2009 07:12:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.twoshortplanks.com/?p=101#comment-57</guid>
		<description>http://www.trout.me.uk/perl/mirror.sh.txt

is my take on the process. Slightly crazier but does the sync in two rsync calls rather than oh-my-gods-how-many HTTP calls.

-- mst, out.</description>
		<content:encoded><![CDATA[<p><a href="http://www.trout.me.uk/perl/mirror.sh.txt" rel="nofollow">http://www.trout.me.uk/perl/mirror.sh.txt</a></p>
<p>is my take on the process. Slightly crazier but does the sync in two rsync calls rather than oh-my-gods-how-many HTTP calls.</p>
<p>&#8211; mst, out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on say What? by 2shortplanks</title>
		<link>http://blog.twoshortplanks.com/2009/10/05/say-what/#comment-48</link>
		<dc:creator>2shortplanks</dc:creator>
		<pubDate>Wed, 07 Oct 2009 13:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.twoshortplanks.com/?p=90#comment-48</guid>
		<description>@wallace:  What?</description>
		<content:encoded><![CDATA[<p>@wallace:  What?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on say What? by 2shortplanks</title>
		<link>http://blog.twoshortplanks.com/2009/10/05/say-what/#comment-47</link>
		<dc:creator>2shortplanks</dc:creator>
		<pubDate>Wed, 07 Oct 2009 13:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.twoshortplanks.com/?p=90#comment-47</guid>
		<description>I&#039;ve always disliked -l because it means that *everything* I print has a newline by default.  Realistically, most times I tend to do several prints with a post if, and then a final say to avoid having to use a tertiary operator too much.

Of course, in the convoluted blog entry that wasn&#039;t clear...</description>
		<content:encoded><![CDATA[<p>I&#8217;ve always disliked -l because it means that *everything* I print has a newline by default.  Realistically, most times I tend to do several prints with a post if, and then a final say to avoid having to use a tertiary operator too much.</p>
<p>Of course, in the convoluted blog entry that wasn&#8217;t clear&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on say What? by Dave Cross</title>
		<link>http://blog.twoshortplanks.com/2009/10/05/say-what/#comment-46</link>
		<dc:creator>Dave Cross</dc:creator>
		<pubDate>Tue, 06 Oct 2009 19:43:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.twoshortplanks.com/?p=90#comment-46</guid>
		<description>perl -e &#039;print 235*1.15, &quot;\n&quot;&#039;

Did you really use that? Did no-one ever introduce you to the -l command line option?

perl -le &#039;print 235*1.15&#039;

Still not as short as the 5.10 version, but you&#039;ve been wasting a lot of keystrokes under 5.8.8 :-)</description>
		<content:encoded><![CDATA[<p>perl -e &#8216;print 235*1.15, &#8220;\n&#8221;&#8216;</p>
<p>Did you really use that? Did no-one ever introduce you to the -l command line option?</p>
<p>perl -le &#8216;print 235*1.15&#8242;</p>
<p>Still not as short as the 5.10 version, but you&#8217;ve been wasting a lot of keystrokes under 5.8.8 :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on say What? by wallace</title>
		<link>http://blog.twoshortplanks.com/2009/10/05/say-what/#comment-45</link>
		<dc:creator>wallace</dc:creator>
		<pubDate>Tue, 06 Oct 2009 11:41:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.twoshortplanks.com/?p=90#comment-45</guid>
		<description>say what one more time. i dare you!</description>
		<content:encoded><![CDATA[<p>say what one more time. i dare you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on say What? by Sol</title>
		<link>http://blog.twoshortplanks.com/2009/10/05/say-what/#comment-44</link>
		<dc:creator>Sol</dc:creator>
		<pubDate>Tue, 06 Oct 2009 11:24:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.twoshortplanks.com/?p=90#comment-44</guid>
		<description>I really scoffed at &quot;say&quot; when I first heard about it, but after nine months of Perl 6 programming I can say I was completely wrong about that.  &lt;code&gt;say $value;&lt;/code&gt; really is a lot nicer than &lt;code&gt;print &quot;$value\n&quot;;&lt;/code&gt;.  And it&#039;s even more drastic if you are calculating something you&#039;d like to print without saving: &lt;code&gt;say @values.sort.perl;&lt;/code&gt; is much cleaner than &lt;code&gt;print &quot;{@values.sort.perl}\n&quot;;&lt;/code&gt;.  (Is there even a way to do that in one statement in Perl 5?)</description>
		<content:encoded><![CDATA[<p>I really scoffed at &#8220;say&#8221; when I first heard about it, but after nine months of Perl 6 programming I can say I was completely wrong about that.  <code>say $value;</code> really is a lot nicer than <code>print "$value\n";</code>.  And it&#8217;s even more drastic if you are calculating something you&#8217;d like to print without saving: <code>say @values.sort.perl;</code> is much cleaner than <code>print "{@values.sort.perl}\n";</code>.  (Is there even a way to do that in one statement in Perl 5?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on say What? by Moritz Onken</title>
		<link>http://blog.twoshortplanks.com/2009/10/05/say-what/#comment-43</link>
		<dc:creator>Moritz Onken</dc:creator>
		<pubDate>Tue, 06 Oct 2009 08:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.twoshortplanks.com/?p=90#comment-43</guid>
		<description>Too bad that apple shipped perl 5.10.0 with the unknown error bug...</description>
		<content:encoded><![CDATA[<p>Too bad that apple shipped perl 5.10.0 with the unknown error bug&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on say What? by Rhomboid</title>
		<link>http://blog.twoshortplanks.com/2009/10/05/say-what/#comment-42</link>
		<dc:creator>Rhomboid</dc:creator>
		<pubDate>Mon, 05 Oct 2009 22:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.twoshortplanks.com/?p=90#comment-42</guid>
		<description>Seriously?  You could have just used 

perl -le &#039;print 235*1.15&#039;

...with perl 5.8.</description>
		<content:encoded><![CDATA[<p>Seriously?  You could have just used </p>
<p>perl -le &#8216;print 235*1.15&#8242;</p>
<p>&#8230;with perl 5.8.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
