<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Finding an Intersection Between Arrays in Perl</title>
	<link>http://www.chovy.com/perl/finding-an-intersection-between-arrays-in-perl/</link>
	<description>Web Development by Chovy</description>
	<pubDate>Tue, 06 Jan 2009 11:03:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: Daniel</title>
		<link>http://www.chovy.com/perl/finding-an-intersection-between-arrays-in-perl/#comment-381029</link>
		<author>Daniel</author>
		<pubDate>Thu, 13 Nov 2008 17:20:34 +0000</pubDate>
		<guid>http://www.chovy.com/perl/finding-an-intersection-between-arrays-in-perl/#comment-381029</guid>
		<description>How about the complement of two arrays?
How can i do that?</description>
		<content:encoded><![CDATA[<p>How about the complement of two arrays?<br />
How can i do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chovy</title>
		<link>http://www.chovy.com/perl/finding-an-intersection-between-arrays-in-perl/#comment-379992</link>
		<author>chovy</author>
		<pubDate>Thu, 29 May 2008 06:09:25 +0000</pubDate>
		<guid>http://www.chovy.com/perl/finding-an-intersection-between-arrays-in-perl/#comment-379992</guid>
		<description>thanks for catching that.</description>
		<content:encoded><![CDATA[<p>thanks for catching that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: me</title>
		<link>http://www.chovy.com/perl/finding-an-intersection-between-arrays-in-perl/#comment-379795</link>
		<author>me</author>
		<pubDate>Fri, 02 May 2008 02:56:29 +0000</pubDate>
		<guid>http://www.chovy.com/perl/finding-an-intersection-between-arrays-in-perl/#comment-379795</guid>
		<description>dud line:

&lt;code&gt; map { $original{$_} =&#62; 1 } @array1;&lt;/code&gt;

should be:

&lt;code&gt;map { $original{$_} = 1 } @array1;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>dud line:</p>
<p><code> map { $original{$_} =&gt; 1 } @array1;</code></p>
<p>should be:</p>
<p><code>map { $original{$_} = 1 } @array1;</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
