<?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>GraysUnderground.com &#187; PERL</title>
	<atom:link href="http://www.graysunderground.com/category/perl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.graysunderground.com</link>
	<description>Gray's Tech Blog</description>
	<lastBuildDate>Thu, 20 May 2010 17:31:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Perl Snippet to tell you how many files in a directory.</title>
		<link>http://www.graysunderground.com/2008/10/04/perl-snippet-to-tell-you-how-many-files-in-a-directory/</link>
		<comments>http://www.graysunderground.com/2008/10/04/perl-snippet-to-tell-you-how-many-files-in-a-directory/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 15:39:09 +0000</pubDate>
		<dc:creator>Gray</dc:creator>
				<category><![CDATA[PERL]]></category>
		<category><![CDATA[Programmming]]></category>

	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.graysunderground.com/2008/10/04/perl-snippet-to-tell-you-how-many-files-in-a-directory/</guid>
		<description><![CDATA[Great little perl snippet to let you know the number of files and directories in the current directory. Run from the command line.
ls -l &#124;perl -e 'while(&#60;&#62;){$h{substr($_,0,1)}+=1;} END {foreach(keys %h){print "$_ $h{$_}\n";}}'
]]></description>
			<content:encoded><![CDATA[<p>Great little perl snippet to let you know the number of files and directories in the current directory. Run from the command line.</p>
<p><code>ls -l |perl -e 'while(&lt;&gt;){$h{substr($_,0,1)}+=1;} END {foreach(keys %h){print "$_ $h{$_}\n";}}'</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.graysunderground.com/2008/10/04/perl-snippet-to-tell-you-how-many-files-in-a-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great PERL PHP Translations</title>
		<link>http://www.graysunderground.com/2007/01/26/great-perl-php-translations/</link>
		<comments>http://www.graysunderground.com/2007/01/26/great-perl-php-translations/#comments</comments>
		<pubDate>Sat, 27 Jan 2007 01:51:59 +0000</pubDate>
		<dc:creator>Gray</dc:creator>
				<category><![CDATA[PERL]]></category>
		<category><![CDATA[PHP]]></category>

	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.graysunderground.com/?p=3</guid>
		<description><![CDATA[You know when your programming in PERL or PHP and you just can&#8217;t think of that corresponding function? Well ease your mind. I have found a list that pairs them off and makes translating, either way, an much easier task.  This list is great even if your not  trying to translate from one [...]]]></description>
			<content:encoded><![CDATA[<p>You know when your programming in PERL or PHP and you just can&#8217;t think of that corresponding function? Well ease your mind. I have found a list that pairs them off and makes translating, either way, an much easier task.  This list is great even if your not  trying to translate from one to the other, its just handy to look up functions while your coding.</p>
<p><a href="http://www.cs.wcupa.edu/~rkline/perl2php/#basedir">http://www.cs.wcupa.edu/~rkline/perl2php/#basedir</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.graysunderground.com/2007/01/26/great-perl-php-translations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
