<?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>Random Musings of an Insane Mind &#187; pack</title>
	<atom:link href="http://cd34.com/blog/tag/pack/feed/" rel="self" type="application/rss+xml" />
	<link>http://cd34.com/blog</link>
	<description>This is my blog, there are many others like it but this one is mine.</description>
	<lastBuildDate>Tue, 07 Feb 2012 18:53:53 +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>Python, Perl and PHP interoperability with pack and unpack</title>
		<link>http://cd34.com/blog/programming/python/python-perl-and-php-interoperability-with-pack-and-unpack/</link>
		<comments>http://cd34.com/blog/programming/python/python-perl-and-php-interoperability-with-pack-and-unpack/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 04:40:40 +0000</pubDate>
		<dc:creator>cd34</dc:creator>
				<category><![CDATA[Programming Languages]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[pack]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[unpack]]></category>

		<guid isPermaLink="false">http://cd34.com/blog/?p=629</guid>
		<description><![CDATA[Perl has very powerful capabilities for dealing with structures.  PHP&#8217;s support of those structures was based on Perl&#8217;s wisdom.  Python went a different direction. Perl pack/unpack definitions PING_FORMAT =&#62; &#8216;(a4n2N2N/a*)@245&#8242;; TASK_FORMAT =&#62; &#8216;a4NIN/a*a*&#8217;; RETR_FORMAT =&#62; &#8216;a4N/a*N&#8217;; ENCPAYLOAD_FORMAT =&#62; &#8216;Na*&#8217;; PHP pack/unpack definitions define(&#8216;TASK_FORMAT&#8217;, &#8216;a4NINa*a*&#8217;); define(&#8220;ENCPAYLOAD_FORMAT&#8221;,&#8217;Na*&#8217;); For a communications package written in perl that communicates with [...]]]></description>
		<wfw:commentRss>http://cd34.com/blog/programming/python/python-perl-and-php-interoperability-with-pack-and-unpack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

