<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://www.bytemycode.com/rssformat.xsl"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>byteMyCode: Snippet Revisions</title>
		<link>http://www.bytemycode.com</link>
		<description>Revisions for this snippet.</description>
		<pubDate>Sat, 05 Jul 2008 18:26:54 +0000</pubDate>
		<copyright>1998-2008 </copyright>
		<language>en-us</language>
		<image>
		      <link>http://www.bytemycode.com</link>
		      <url>http://www.bytemycode.com/img/rss_title.gif</url>
		      <title>byteMyCode</title>
		</image>

	
	<item>
		<title>Compare two binary files 1</title>
		<link>http://www.bytemycode.com/snippets/snippet/186/1/</link>
		<comments>http://www.bytemycode.com/snippets/snippet/186/comments/</comments>
		<pubDate>Wed, 29 Mar 2006 10:55:34 +0000</pubDate>
		<dc:creator>digitaljunkie</dc:creator>
		<category>File, MD5, Perl</category>
		<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/186/</guid>
		<description>
			<![CDATA[
				<p>Is this file the same as that file?  The files may or may not be binary.   We could compare the modify dates, or the sizes.  But, those are not very accurate to know if a file has really changed.<br /><br />Introducing MD5 Checksum.  We can feed the files into Digest::MD5 in binary mode.<br /><br />This is a great way to do Incremental Backups.<br /><br />This is also an easy way to verify checksums when downloading files from the internet which list their MD5 Checksums.<br /><br />You'll need the Digest::MD5 Perl Module.</p>
			]]>
		</description>
	</item>

	
	</channel>
</rss>