<?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: Silly Bugs!</title>
	<atom:link href="http://blog.dreamhost.com/2005/10/06/silly-bugs/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dreamhost.com/2005/10/06/silly-bugs/</link>
	<description>Tales From the Inside!</description>
	<lastBuildDate>Sun, 22 Nov 2009 23:18:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: PageRank</title>
		<link>http://blog.dreamhost.com/2005/10/06/silly-bugs/comment-page-1/#comment-1468</link>
		<dc:creator>PageRank</dc:creator>
		<pubDate>Sat, 12 Nov 2005 21:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dreamhost.com/2005/10/06/silly-bugs/#comment-1468</guid>
		<description>I dont
&lt;a href=&quot;http://www.highpagerank.net&quot; rel=&quot;nofollow&quot;&gt;PageRank&lt;/a&gt;
&lt;a href=&quot;http://www.seocafe.org&quot; rel=&quot;nofollow&quot;&gt;SEO Directory&lt;/a&gt;
&lt;a href=&quot;http://www.netmoz.org&quot; rel=&quot;nofollow&quot;&gt;NETmoz Directory&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I dont<br />
<a href="http://www.highpagerank.net" rel="nofollow">PageRank</a><br />
<a href="http://www.seocafe.org" rel="nofollow">SEO Directory</a><br />
<a href="http://www.netmoz.org" rel="nofollow">NETmoz Directory</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: techie</title>
		<link>http://blog.dreamhost.com/2005/10/06/silly-bugs/comment-page-1/#comment-1317</link>
		<dc:creator>techie</dc:creator>
		<pubDate>Tue, 18 Oct 2005 08:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dreamhost.com/2005/10/06/silly-bugs/#comment-1317</guid>
		<description>perl code is good while you write it by yourself for yourself, but if you want managable solution to be easy understood by others stick to something simple. like php. or java. or python. but php will be faster i believe</description>
		<content:encoded><![CDATA[<p>perl code is good while you write it by yourself for yourself, but if you want managable solution to be easy understood by others stick to something simple. like php. or java. or python. but php will be faster i believe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.dreamhost.com/2005/10/06/silly-bugs/comment-page-1/#comment-1288</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 12 Oct 2005 12:39:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dreamhost.com/2005/10/06/silly-bugs/#comment-1288</guid>
		<description>That could be the end of the function, where IIRC, the result of the comparison will be used for the return value.  If we are considering globals we have to consider nuts who don&#039;t use explicit return as well. ^^</description>
		<content:encoded><![CDATA[<p>That could be the end of the function, where IIRC, the result of the comparison will be used for the return value.  If we are considering globals we have to consider nuts who don&#8217;t use explicit return as well. ^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Larry Gilbert</title>
		<link>http://blog.dreamhost.com/2005/10/06/silly-bugs/comment-page-1/#comment-1264</link>
		<dc:creator>Larry Gilbert</dc:creator>
		<pubDate>Fri, 07 Oct 2005 15:40:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dreamhost.com/2005/10/06/silly-bugs/#comment-1264</guid>
		<description>I see the problem. You should&#039;ve used

    $domain eq lc $domain or die;

;-)</description>
		<content:encoded><![CDATA[<p>I see the problem. You should&#8217;ve used</p>
<p>    $domain eq lc $domain or die;</p>
<p>;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josh</title>
		<link>http://blog.dreamhost.com/2005/10/06/silly-bugs/comment-page-1/#comment-1251</link>
		<dc:creator>josh</dc:creator>
		<pubDate>Fri, 07 Oct 2005 03:44:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dreamhost.com/2005/10/06/silly-bugs/#comment-1251</guid>
		<description>Or PERHAPS it&#039;s the third option... we could use global variable AND no &quot;use strict;&quot;

:)

But yeah, that line really should have been:

  $domain = lc $domain;</description>
		<content:encoded><![CDATA[<p>Or PERHAPS it&#8217;s the third option&#8230; we could use global variable AND no &#8220;use strict;&#8221;</p>
<p>:)</p>
<p>But yeah, that line really should have been:</p>
<p>  $domain = lc $domain;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alan</title>
		<link>http://blog.dreamhost.com/2005/10/06/silly-bugs/comment-page-1/#comment-1250</link>
		<dc:creator>alan</dc:creator>
		<pubDate>Fri, 07 Oct 2005 02:57:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dreamhost.com/2005/10/06/silly-bugs/#comment-1250</guid>
		<description>I take the above back.  $domain could be a global....which is it&#039;s own bit of looniness, different from the first</description>
		<content:encoded><![CDATA[<p>I take the above back.  $domain could be a global&#8230;.which is it&#8217;s own bit of looniness, different from the first</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alan</title>
		<link>http://blog.dreamhost.com/2005/10/06/silly-bugs/comment-page-1/#comment-1249</link>
		<dc:creator>alan</dc:creator>
		<pubDate>Fri, 07 Oct 2005 02:39:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dreamhost.com/2005/10/06/silly-bugs/#comment-1249</guid>
		<description>Well, this isn&#039;t what you&#039;re looking for but if that script runs as is you&#039;re not declaring &quot;use strict;&quot;. 

Which makes you a bit, well, looney :)</description>
		<content:encoded><![CDATA[<p>Well, this isn&#8217;t what you&#8217;re looking for but if that script runs as is you&#8217;re not declaring &#8220;use strict;&#8221;. </p>
<p>Which makes you a bit, well, looney :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer</title>
		<link>http://blog.dreamhost.com/2005/10/06/silly-bugs/comment-page-1/#comment-1248</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Fri, 07 Oct 2005 02:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dreamhost.com/2005/10/06/silly-bugs/#comment-1248</guid>
		<description>I don&#039;t get it.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t get it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandan</title>
		<link>http://blog.dreamhost.com/2005/10/06/silly-bugs/comment-page-1/#comment-1237</link>
		<dc:creator>Brandan</dc:creator>
		<pubDate>Thu, 06 Oct 2005 18:15:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dreamhost.com/2005/10/06/silly-bugs/#comment-1237</guid>
		<description>Perhaps I am missing something but where do you set $domain equal to anything initially (unless you do this outside the sub). So as near as I can tell 

$domain eq &#039;&#039;
so
&#039;&#039; will always equal lc &#039;&#039;</description>
		<content:encoded><![CDATA[<p>Perhaps I am missing something but where do you set $domain equal to anything initially (unless you do this outside the sub). So as near as I can tell </p>
<p>$domain eq &#8221;<br />
so<br />
&#8221; will always equal lc &#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Torch</title>
		<link>http://blog.dreamhost.com/2005/10/06/silly-bugs/comment-page-1/#comment-1235</link>
		<dc:creator>Torch</dc:creator>
		<pubDate>Thu, 06 Oct 2005 17:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dreamhost.com/2005/10/06/silly-bugs/#comment-1235</guid>
		<description>since i might as well be trying to read Koine Greek when I look at the code above, I&#039;ll use this opportunity to say &quot;I Like Jell-O.&quot;</description>
		<content:encoded><![CDATA[<p>since i might as well be trying to read Koine Greek when I look at the code above, I&#8217;ll use this opportunity to say &#8220;I Like Jell-O.&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
