<?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: Snippets for compress</title>
		<link>http://www.bytemycode.com</link>
		<description>Snippets for this tag.</description>
		<pubDate>Thu, 24 Jul 2008 04:50:28 +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>GZip a file using Perl</title>
	<link>http://www.bytemycode.com/snippets/snippet/187/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/187/comments/</comments>
	<pubDate>Wed, 29 Mar 2006 11:31:09 +0000</pubDate>
	<dc:creator>digitaljunkie</dc:creator>
	<category>compress, File, gzip, Perl</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/187/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Wed. Mar. 29th, 2006  11:31 AM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/187/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_helper.gif" align="middle" class="icon" alt="Helper" /> <a href="http://www.bytemycode.com/members/member/digitaljunkie/" title="Helper">digitaljunkie</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/compress">compress</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/File">File</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/gzip">gzip</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/Perl">Perl</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/187/comments/">0 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 7
			<p>Need to GZip a file using Perl?<br /><br />Use Compress::Zlib.<br /><br />This is a simple perl script which creates a GZip file.</p>
		]]>
	</description>
</item><item>
	<title>Gunzip using Compress::Zlib in Perl</title>
	<link>http://www.bytemycode.com/snippets/snippet/164/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/164/comments/</comments>
	<pubDate>Tue, 07 Mar 2006 16:47:49 +0000</pubDate>
	<dc:creator>digitaljunkie</dc:creator>
	<category>compress, gunzip, gzip, Perl</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/164/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Tue. Mar. 7th, 2006  4:47 PM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/164/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_helper.gif" align="middle" class="icon" alt="Helper" /> <a href="http://www.bytemycode.com/members/member/digitaljunkie/" title="Helper">digitaljunkie</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/compress">compress</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/gunzip">gunzip</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/gzip">gzip</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/Perl">Perl</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/164/comments/">0 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 9
			<p>The docs for Compress::Zlib for perl are very complex.  But, the most simple use of the Module is not too bad.  I've waded through the perdoc so you don't have to.<br /><br />Gunzip.pl is here.  I will let you know when I have Gzip.pl done.<br /><br />You can do something more interesting with "success" variable.</p>
		]]>
	</description>
</item>
	</channel>
</rss>