<?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: Perl 5.10.0</title>
	<atom:link href="http://blog.gslin.org/archives/2007/12/21/1392/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gslin.org/archives/2007/12/21/1392/</link>
	<description>幹壞事是進步最大的原動力</description>
	<pubDate>Sun, 20 Jul 2008 14:47:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: 笨笨的小B</title>
		<link>http://blog.gslin.org/archives/2007/12/21/1392/#comment-254130</link>
		<dc:creator>笨笨的小B</dc:creator>
		<pubDate>Wed, 02 Jan 2008 22:26:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gslin.org/archives/2007/12/21/1392/#comment-254130</guid>
		<description>看到Strawberry Perl覺得有點驚訝...終於有人做這種專案了
想當年我自己玩CGI/Perl的時候都是用ActivePerl = =</description>
		<content:encoded><![CDATA[<p>看到Strawberry Perl覺得有點驚訝&#8230;終於有人做這種專案了<br />
想當年我自己玩CGI/Perl的時候都是用ActivePerl = =</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gea-Suan Lin</title>
		<link>http://blog.gslin.org/archives/2007/12/21/1392/#comment-252459</link>
		<dc:creator>Gea-Suan Lin</dc:creator>
		<pubDate>Fri, 21 Dec 2007 08:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gslin.org/archives/2007/12/21/1392/#comment-252459</guid>
		<description>對 orz</description>
		<content:encoded><![CDATA[<p>對 orz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scw</title>
		<link>http://blog.gslin.org/archives/2007/12/21/1392/#comment-252454</link>
		<dc:creator>scw</dc:creator>
		<pubDate>Fri, 21 Dec 2007 06:53:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gslin.org/archives/2007/12/21/1392/#comment-252454</guid>
		<description>// operator 應該是定義成

 $a // $b === defined($a) ? $a : $b

吧? 如果 $a = 0, $b = 1 那麼

 $a &#124;&#124; $b === 1
 $a // $b === 0</description>
		<content:encoded><![CDATA[<p>// operator 應該是定義成</p>
<p> $a // $b === defined($a) ? $a : $b</p>
<p>吧? 如果 $a = 0, $b = 1 那麼</p>
<p> $a || $b === 1<br />
 $a // $b === 0</p>
]]></content:encoded>
	</item>
</channel>
</rss>
