<?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: Writing a Factorial Subroutine in Perl</title>
	<atom:link href="http://timjoh.com/writing-a-factorial-subroutine-in-perl/feed/" rel="self" type="application/rss+xml" />
	<link>http://timjoh.com/writing-a-factorial-subroutine-in-perl/</link>
	<description>Code, games, chess and everything but the kitchen sink</description>
	<pubDate>Wed, 03 Dec 2008 05:51:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: alpha</title>
		<link>http://timjoh.com/writing-a-factorial-subroutine-in-perl/#comment-57252</link>
		<dc:creator>alpha</dc:creator>
		<pubDate>Sun, 23 Mar 2008 02:07:07 +0000</pubDate>
		<guid isPermaLink="false">http://timjoh.com/writing-a-factorial-subroutine-in-perl/#comment-57252</guid>
		<description>To count factorials greater than 171 you shoul use some kind of external C library. I myself prefer Math::PARI (did some extensive benchmarking on GMP vs PARI, and the latter won :) ).</description>
		<content:encoded><![CDATA[<p>To count factorials greater than 171 you shoul use some kind of external C library. I myself prefer Math::PARI (did some extensive benchmarking on GMP vs PARI, and the latter won :) ).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Software Development Guide</title>
		<link>http://timjoh.com/writing-a-factorial-subroutine-in-perl/#comment-30172</link>
		<dc:creator>Software Development Guide</dc:creator>
		<pubDate>Tue, 16 Oct 2007 20:39:32 +0000</pubDate>
		<guid isPermaLink="false">http://timjoh.com/writing-a-factorial-subroutine-in-perl/#comment-30172</guid>
		<description>&lt;strong&gt;Software Development Guide...&lt;/strong&gt;

I couldn't understand some parts of this article, but it sounds interesting...</description>
		<content:encoded><![CDATA[<p><strong>Software Development Guide&#8230;</strong></p>
<p>I couldn&#8217;t understand some parts of this article, but it sounds interesting&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://timjoh.com/writing-a-factorial-subroutine-in-perl/#comment-19550</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Mon, 23 Jul 2007 22:08:08 +0000</pubDate>
		<guid isPermaLink="false">http://timjoh.com/writing-a-factorial-subroutine-in-perl/#comment-19550</guid>
		<description>Sameer: Perl, no doubt :)</description>
		<content:encoded><![CDATA[<p>Sameer: Perl, no doubt :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sameer Sontakey</title>
		<link>http://timjoh.com/writing-a-factorial-subroutine-in-perl/#comment-19405</link>
		<dc:creator>Sameer Sontakey</dc:creator>
		<pubDate>Sat, 21 Jul 2007 00:12:23 +0000</pubDate>
		<guid isPermaLink="false">http://timjoh.com/writing-a-factorial-subroutine-in-perl/#comment-19405</guid>
		<description>Thanks! I will check that site out. By the way, what is your favorite programming language?</description>
		<content:encoded><![CDATA[<p>Thanks! I will check that site out. By the way, what is your favorite programming language?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://timjoh.com/writing-a-factorial-subroutine-in-perl/#comment-19324</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Fri, 20 Jul 2007 09:01:45 +0000</pubDate>
		<guid isPermaLink="false">http://timjoh.com/writing-a-factorial-subroutine-in-perl/#comment-19324</guid>
		<description>Sameer, &lt;a href="http://perldoc.perl.org/perlintro.html" rel="nofollow"&gt;perlintro&lt;/a&gt; of perldoc is a good start, and after that, there is lots of information in those pages. Also, reading obfuscation contests actually help in understanding the semantics of the language.</description>
		<content:encoded><![CDATA[<p>Sameer, <a href="http://perldoc.perl.org/perlintro.html" rel="nofollow">perlintro</a> of perldoc is a good start, and after that, there is lots of information in those pages. Also, reading obfuscation contests actually help in understanding the semantics of the language.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sameer Sontakey</title>
		<link>http://timjoh.com/writing-a-factorial-subroutine-in-perl/#comment-19236</link>
		<dc:creator>Sameer Sontakey</dc:creator>
		<pubDate>Thu, 19 Jul 2007 19:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://timjoh.com/writing-a-factorial-subroutine-in-perl/#comment-19236</guid>
		<description>Hi Tim, You seem to be fairly proficient in Perl.. Can you tell me where are some good resources for learning Perl? Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Tim, You seem to be fairly proficient in Perl.. Can you tell me where are some good resources for learning Perl? Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
