<?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: PerlDigger</title>
	<atom:link href="http://sniptools.com/vault/perldigger/feed" rel="self" type="application/rss+xml" />
	<link>http://sniptools.com/vault/perldigger</link>
	<description>Design &#38; Technology Observations</description>
	<lastBuildDate>Thu, 12 Jan 2012 08:01:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Alan Parker</title>
		<link>http://sniptools.com/vault/perldigger#comment-333</link>
		<dc:creator>Alan Parker</dc:creator>
		<pubDate>Sat, 02 Oct 2004 02:34:05 +0000</pubDate>
		<guid isPermaLink="false">http://sniptools.com/cms/?p=16#comment-333</guid>
		<description>Trying it on my hosts FreeBSD server - it sits there for around 10 minutes, and then just returns an empty page with basic html headers in the source:

Any way I can get round this as I really need some of the info it gives. Thanks!
</description>
		<content:encoded><![CDATA[<p>Trying it on my hosts FreeBSD server — it sits there for around 10 minutes, and then just returns an empty page with basic html headers in the source:</p>
<p>Any way I can get round this as I really need some of the info it gives. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guest</title>
		<link>http://sniptools.com/vault/perldigger#comment-332</link>
		<dc:creator>Guest</dc:creator>
		<pubDate>Tue, 26 Aug 2003 13:19:48 +0000</pubDate>
		<guid isPermaLink="false">http://sniptools.com/cms/?p=16#comment-332</guid>
		<description>The code is Perl CGI. Cant you &quot;stick&quot; it in any place where your CGIs usually go?

</description>
		<content:encoded><![CDATA[<p>The code is Perl CGI. Cant you "stick" it in any place where your CGIs usually go?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Hofmann</title>
		<link>http://sniptools.com/vault/perldigger#comment-331</link>
		<dc:creator>David Hofmann</dc:creator>
		<pubDate>Tue, 26 Aug 2003 06:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://sniptools.com/cms/?p=16#comment-331</guid>
		<description>Robert Byrne, where does your code get stuck in?

</description>
		<content:encoded><![CDATA[<p>Robert Byrne, where does your code get stuck in?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JP</title>
		<link>http://sniptools.com/vault/perldigger#comment-330</link>
		<dc:creator>JP</dc:creator>
		<pubDate>Thu, 31 Jul 2003 17:27:40 +0000</pubDate>
		<guid isPermaLink="false">http://sniptools.com/cms/?p=16#comment-330</guid>
		<description>I&#039;m trying to install your pearl script, but get errors.  So far I&#039;ve managed to clean up some, but the script fails at line 358 as described below:

syntax error at  line 358, near &quot;&amp;&quot;
syntax error at 358, near &quot;@INC)&quot;
syntax error at 363, near &quot;&amp;gt&quot;

Help! Thanks!



</description>
		<content:encoded><![CDATA[<p>I'm trying to install your pearl script, but get errors.  So far I've managed to clean up some, but the script fails at line 358 as described below:</p>
<p>syntax error at  line 358, near "&amp;"<br />
syntax error at 358, near "@INC)"<br />
syntax error at 363, near "&amp;gt"</p>
<p>Help! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Byrne</title>
		<link>http://sniptools.com/vault/perldigger#comment-329</link>
		<dc:creator>Robert Byrne</dc:creator>
		<pubDate>Fri, 20 Jun 2003 19:58:01 +0000</pubDate>
		<guid isPermaLink="false">http://sniptools.com/cms/?p=16#comment-329</guid>
		<description>The following code fixes the problem of the missing column of Perl modules in version 0.2.1.
Set $modColCount at the start to the number of columns you want to display. Then set the table&#039;s colspan=$modColCount and you are good to go.

$colLength = $modcount/$modColCount;
for ($i=0; $i&quot;;

sub displayModCol {
($colNum, $colLength, @modList) = @_;

my ($i, $startCol, $endCol);
$startCol = $colNum * $colLength;
$endCol = $colNum * $colLength + $colLength;

print &quot;&quot;;

for ($i=$startCol; $i$modList[$i]&lt;br /&gt;

~;
}
print &quot;&quot;;
}

</description>
		<content:encoded><![CDATA[<p>The following code fixes the problem of the missing column of Perl modules in version 0.2.1.<br />
Set $modColCount at the start to the number of columns you want to display. Then set the table's colspan=$modColCount and you are good to go.</p>
<p>$colLength = $modcount/$modColCount;<br />
for ($i=0; $i";</p>
<p>sub displayModCol {<br />
($colNum, $colLength, @modList) = @_;</p>
<p>my ($i, $startCol, $endCol);<br />
$startCol = $colNum * $colLength;<br />
$endCol = $colNum * $colLength + $colLength;</p>
<p>print "";</p>
<p>for ($i=$startCol; $i$modList[$i]</p>
<p>~;<br />
}<br />
print "";<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sniptools</title>
		<link>http://sniptools.com/vault/perldigger#comment-328</link>
		<dc:creator>sniptools</dc:creator>
		<pubDate>Thu, 12 Jun 2003 16:19:16 +0000</pubDate>
		<guid isPermaLink="false">http://sniptools.com/cms/?p=16#comment-328</guid>
		<description>Tony, when you click on the link on this article, it takes you to what the output of Perldigger can look like. There is also a link there to &quot;Get Perl code here&quot;.

Anyway, the direct link is here:
&lt;a href=&quot;http://sniptools.com/code/perldigger.txt&quot; rel=&quot;nofollow&quot;&gt;http://sniptools.com/code/perldigger.txt&lt;/a&gt;


</description>
		<content:encoded><![CDATA[<p>Tony, when you click on the link on this article, it takes you to what the output of Perldigger can look like. There is also a link there to "Get Perl code here".</p>
<p>Anyway, the direct link is here:<br />
<a href="http://sniptools.com/code/perldigger.txt" rel="nofollow">http://sniptools.com/code/perldigger.txt</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tony poon</title>
		<link>http://sniptools.com/vault/perldigger#comment-327</link>
		<dc:creator>tony poon</dc:creator>
		<pubDate>Tue, 10 Jun 2003 22:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://sniptools.com/cms/?p=16#comment-327</guid>
		<description>where can i find the code for this utility?
</description>
		<content:encoded><![CDATA[<p>where can i find the code for this utility?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abraham</title>
		<link>http://sniptools.com/vault/perldigger#comment-326</link>
		<dc:creator>abraham</dc:creator>
		<pubDate>Sat, 31 May 2003 04:38:35 +0000</pubDate>
		<guid isPermaLink="false">http://sniptools.com/cms/?p=16#comment-326</guid>
		<description>Thanks for this cool script. I think one feature that you do not mention is that the HTML code is very conveniently put at the end of the script so it is very customizable without the fear of screwing up the code. Very good coding!

May be you should mention that as a &quot;feature&quot;.

Keep it up.
</description>
		<content:encoded><![CDATA[<p>Thanks for this cool script. I think one feature that you do not mention is that the HTML code is very conveniently put at the end of the script so it is very customizable without the fear of screwing up the code. Very good coding!</p>
<p>May be you should mention that as a "feature".</p>
<p>Keep it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guest</title>
		<link>http://sniptools.com/vault/perldigger#comment-325</link>
		<dc:creator>Guest</dc:creator>
		<pubDate>Thu, 29 May 2003 00:59:24 +0000</pubDate>
		<guid isPermaLink="false">http://sniptools.com/cms/?p=16#comment-325</guid>
		<description>Hi, this is a very good script. I have run it with Linux, BSD and Windows, it works well with Linux but not BSD and Windows. For BSD, the platform isn&#039;t shown. So as the CPU and memory information.


</description>
		<content:encoded><![CDATA[<p>Hi, this is a very good script. I have run it with Linux, BSD and Windows, it works well with Linux but not BSD and Windows. For BSD, the platform isn't shown. So as the CPU and memory information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sniptools</title>
		<link>http://sniptools.com/vault/perldigger#comment-324</link>
		<dc:creator>sniptools</dc:creator>
		<pubDate>Thu, 29 May 2003 00:52:44 +0000</pubDate>
		<guid isPermaLink="false">http://sniptools.com/cms/?p=16#comment-324</guid>
		<description>It&#039;s done. Registered at both the websites you mention. Thanks..
</description>
		<content:encoded><![CDATA[<p>It's done. Registered at both the websites you mention. Thanks..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

