<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Slacy's Blog &#187; perl</title>
	<atom:link href="http://slacy.com/blog/tag/perl/feed/" rel="self" type="application/rss+xml" />
	<link>http://slacy.com/blog</link>
	<description>This site is solar powered!</description>
	<lastBuildDate>Fri, 27 Jan 2012 04:33:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Perl in place replacement syntax</title>
		<link>http://slacy.com/blog/2009/05/perl-in-place-replacement-syntax/</link>
		<comments>http://slacy.com/blog/2009/05/perl-in-place-replacement-syntax/#comments</comments>
		<pubDate>Wed, 13 May 2009 20:41:42 +0000</pubDate>
		<dc:creator>slacy</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://slacy.com/blog/2009/05/perl-in-place-replacement-syntax/</guid>
		<description><![CDATA[I always forget how to do this, so I&#8217;m writing it down: perl -pi -e &#8220;s/foo/bar/g&#8221; Is there a way to do this in Python and be as concise? That would be really nice, and would eliminate one more place &#8230; <a href="http://slacy.com/blog/2009/05/perl-in-place-replacement-syntax/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I always forget how to do this, so I&#8217;m writing it down:</p>
<p>perl -pi -e &#8220;s/foo/bar/g&#8221; </p>
<p>Is there a way to do this in Python and be as concise?  That would be really nice, and would eliminate one more place where I end up using Perl and tearing my hair out every time. </p>
]]></content:encoded>
			<wfw:commentRss>http://slacy.com/blog/2009/05/perl-in-place-replacement-syntax/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
	</item>
	</channel>
</rss>

