<?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>Jtanium's Notebook &#187; Perl</title>
	<atom:link href="http://www.jtanium.com/category/perl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jtanium.com</link>
	<description>I jot things down, in hopes of finding them later...</description>
	<lastBuildDate>Wed, 21 Dec 2011 23:21:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Search and Replace</title>
		<link>http://www.jtanium.com/2007/08/11/search-and-replace/</link>
		<comments>http://www.jtanium.com/2007/08/11/search-and-replace/#comments</comments>
		<pubDate>Sat, 11 Aug 2007 20:08:14 +0000</pubDate>
		<dc:creator>jtanium</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://www.jtanium.com/blog/?p=39</guid>
		<description><![CDATA[I always seem to misplace these&#8230; find . -name "*.rb" -exec sed 's/oldstring/newstring' {} \; find . -name "*.yml" &#124; xargs perl -pi~ -e 's/oldstring/newstring/g;' Essentially they do the same thing, the first uses sed, the second uses Perl. Watch out what you&#8217;re doing with these! If you use find . -type f in a [...]]]></description>
			<content:encoded><![CDATA[<p>I always seem to misplace these&#8230;</p>
<p><code>find . -name "*.rb" -exec sed 's/oldstring/newstring' {} \;</code></p>
<p><code>find . -name "*.yml" | xargs perl -pi~ -e 's/oldstring/newstring/g;'</code></p>
<p>Essentially they do the same thing, the first uses <code>sed</code>, the second uses Perl.  Watch out what you&#8217;re doing with these!  If you use <code>find . -type f</code> in a directory managed by Subversion, prepare for some headaches.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jtanium.com/2007/08/11/search-and-replace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bad arg length for Socket::pack_sockaddr_in, length is 0, should be 4 at /System/Library/Perl/5.8.6/darwin-thread-multi-2level/Socket.pm line 373.</title>
		<link>http://www.jtanium.com/2007/03/28/bad-arg-length-for-socketpack_sockaddr_in-length-is-0-should-be-4-at-systemlibraryperl586darwin-thread-multi-2levelsocketpm-line-373/</link>
		<comments>http://www.jtanium.com/2007/03/28/bad-arg-length-for-socketpack_sockaddr_in-length-is-0-should-be-4-at-systemlibraryperl586darwin-thread-multi-2levelsocketpm-line-373/#comments</comments>
		<pubDate>Wed, 28 Mar 2007 19:33:00 +0000</pubDate>
		<dc:creator>jtanium</dc:creator>
				<category><![CDATA[Perl]]></category>
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://jtanium.dsl.xmission.com/blog/?p=29</guid>
		<description><![CDATA[This means you need to check your DNS. I had this problem when I was trying to connect to host that could not be resolved.]]></description>
			<content:encoded><![CDATA[<p>This means you need to check your DNS.  I had this problem when I was trying to connect to host that could not be resolved.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jtanium.com/2007/03/28/bad-arg-length-for-socketpack_sockaddr_in-length-is-0-should-be-4-at-systemlibraryperl586darwin-thread-multi-2levelsocketpm-line-373/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

