<?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>4thmouse.com &#187; Perl</title>
	<atom:link href="http://4thmouse.com/index.php/category/programming/perl/feed/" rel="self" type="application/rss+xml" />
	<link>http://4thmouse.com</link>
	<description>Software Engineering.</description>
	<lastBuildDate>Wed, 28 Jul 2010 03:38:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Netcat Clone in Three Languages &#8211; Part III (Perl)</title>
		<link>http://4thmouse.com/index.php/2008/02/25/netcat-clone-in-three-languages-part-iii-perl/</link>
		<comments>http://4thmouse.com/index.php/2008/02/25/netcat-clone-in-three-languages-part-iii-perl/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 03:55:24 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[asynchronous]]></category>
		<category><![CDATA[commandline]]></category>
		<category><![CDATA[IO]]></category>
		<category><![CDATA[sockets]]></category>

		<guid isPermaLink="false">http://4thmouse.com/index.php/2008/02/25/netcat-clone-in-three-languages-part-iii-perl/</guid>
		<description><![CDATA[So for the final segment in the netcat clone series (see this and this) I&#8217;m going to write it in Perl&#8230;

NOTE: apparently not everyone is having great success. I have tried this out under cygwin and redhat enterprise linux 5, but if it doesn&#8217;t work for you please leave a comment and I&#8217;ll see what [...]]]></description>
		<wfw:commentRss>http://4thmouse.com/index.php/2008/02/25/netcat-clone-in-three-languages-part-iii-perl/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Netcat Clone in Three Languages &#8211; Part I (Ruby)</title>
		<link>http://4thmouse.com/index.php/2008/02/20/netcat-clone-in-three-languages-part-i-ruby/</link>
		<comments>http://4thmouse.com/index.php/2008/02/20/netcat-clone-in-three-languages-part-i-ruby/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 01:59:29 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://4thmouse.com/index.php/2008/02/20/netcat-clone-in-three-languages-part-i-ruby/</guid>
		<description><![CDATA[I thought I&#8217;d continue my series of writing the same application in multiple languages by trying to clone the wonderful network tool: netcat. For the first installation I&#8217;m going to try it in Ruby.

NOTE: apparently not everyone is having great success. I have tried this out under cygwin and redhat enterprise linux 5, but if [...]]]></description>
		<wfw:commentRss>http://4thmouse.com/index.php/2008/02/20/netcat-clone-in-three-languages-part-i-ruby/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Converting hex to Binary in 4 Languages</title>
		<link>http://4thmouse.com/index.php/2008/02/18/converting-hex-to-binary-in-4-languages/</link>
		<comments>http://4thmouse.com/index.php/2008/02/18/converting-hex-to-binary-in-4-languages/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 22:01:59 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[C]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://4thmouse.com/index.php/2008/02/18/converting-hex-to-binary-in-4-languages/</guid>
		<description><![CDATA[I&#8217;ve been playing around with some scripting languages recently so I thought I&#8217;d do a small example in a few different languages for laughs.

The Program
So basically I wanted to write a script that takes a string of hexadecimal as input and outputs a stream of binary data:

cat 00 01 02 03 04 &#124; ./myscript > [...]]]></description>
		<wfw:commentRss>http://4thmouse.com/index.php/2008/02/18/converting-hex-to-binary-in-4-languages/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
