<?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: extensionChanger.pl</title>
	<atom:link href="http://www.3till7.net/2005/12/18/extensionchangerpl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.3till7.net/2005/12/18/extensionchangerpl/</link>
	<description>Programming, espresso, and grumbling.</description>
	<lastBuildDate>Mon, 06 Feb 2012 13:27:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: sarah</title>
		<link>http://www.3till7.net/2005/12/18/extensionchangerpl/comment-page-1/#comment-1500</link>
		<dc:creator>sarah</dc:creator>
		<pubDate>Sun, 18 Dec 2005 21:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.3till7.net/?p=1004#comment-1500</guid>
		<description>Awesome!  Thanks.  I need to learn how to write much shorter Perl code...  The &quot;poetry&quot; I&#039;ve seen on perlmonks and other examples of code, such as the DeCSS stuff, shows me that I&#039;m being way inefficient with my Perl.</description>
		<content:encoded><![CDATA[<p>Awesome!  Thanks.  I need to learn how to write much shorter Perl code&#8230;  The &#8220;poetry&#8221; I&#8217;ve seen on perlmonks and other examples of code, such as the DeCSS stuff, shows me that I&#8217;m being way inefficient with my Perl.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randal L. Schwartz</title>
		<link>http://www.3till7.net/2005/12/18/extensionchangerpl/comment-page-1/#comment-1499</link>
		<dc:creator>Randal L. Schwartz</dc:creator>
		<pubDate>Sun, 18 Dec 2005 20:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.3till7.net/?p=1004#comment-1499</guid>
		<description>Would be much simpler to do something like:

perl -e &#039;for (@ARGV) { ($new = $_) =~ s/\.html$/.php/; rename $_, $new }&#039; *.html

In fact, I can nearly type that from the command line.  There&#039;s a script called &quot;rename&quot; in the core distribution that does this.</description>
		<content:encoded><![CDATA[<p>Would be much simpler to do something like:</p>
<p>perl -e &#8216;for (@ARGV) { ($new = $_) =~ s/\.html$/.php/; rename $_, $new }&#8217; *.html</p>
<p>In fact, I can nearly type that from the command line.  There&#8217;s a script called &#8220;rename&#8221; in the core distribution that does this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

