<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ewan&#039;s Corner &#187; perl</title>
	<atom:link href="http://blog.ewanscorner.com/tag/perl/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ewanscorner.com</link>
	<description>Sporadically blogging since 2003</description>
	<lastBuildDate>Sat, 04 Feb 2012 14:39:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Only in Perl</title>
		<link>http://blog.ewanscorner.com/2005/05/only-in-perl/</link>
		<comments>http://blog.ewanscorner.com/2005/05/only-in-perl/#comments</comments>
		<pubDate>Thu, 12 May 2005 11:10:49 +0000</pubDate>
		<dc:creator>ewan</dc:creator>
				<category><![CDATA[haha]]></category>
		<category><![CDATA[humour]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[softdev]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.ewanscorner.com/?p=221</guid>
		<description><![CDATA[Only in Perl. use Acme::Don't; don't { # code here # Note that the code in the don't block must be syntactically # valid Perl. # This is an important feature: # you get the accelerated performance of not actually executing # the code, without sacrificing the security of compile-time # syntax checking. } while [...]]]></description>
			<content:encoded><![CDATA[<p>Only in <a href="http://en.wikipedia.org/wiki/Perl" target="_new">Perl</a>.</p>
<pre><span style="color: blue;">use</span> Acme::Don't;
don't {
<span style="color: green;">
# code here
# Note that the code in the don't block must be syntactically
#   valid Perl.
# This is an important feature:
#   you get the accelerated performance of not actually executing
#   the code, without sacrificing the security of compile-time
#   syntax checking.
</span>
} <span style="color: blue;">while</span> condition();
<span style="color: green;">
# And, yes, in strict analogy to the semantics of Perl's magical
#   do...while, the don't...while block is unconditionally not
#   done once before the test. ;-)
</span></pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.ewanscorner.com/2005/05/only-in-perl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

