<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Perl: Sorting an Array of Hashes</title>
	<atom:link href="http://www.storm-consultancy.com/development/code-snippets/perl-sorting-an-array-of-hashes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.storm-consultancy.com/development/code-snippets/perl-sorting-an-array-of-hashes/</link>
	<description>Web Design News &#38; Tutorials</description>
	<lastBuildDate>Tue, 07 Feb 2012 18:42:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Arun</title>
		<link>http://www.storm-consultancy.com/development/code-snippets/perl-sorting-an-array-of-hashes/#comment-6579</link>
		<dc:creator>Arun</dc:creator>
		<pubDate>Thu, 02 Feb 2012 09:46:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.izonedesign.co.uk/blog/?p=76#comment-6579</guid>
		<description>U saved my life Sir !! Thanks a ton ..</description>
		<content:encoded><![CDATA[<p>U saved my life Sir !! Thanks a ton ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent</title>
		<link>http://www.storm-consultancy.com/development/code-snippets/perl-sorting-an-array-of-hashes/#comment-165</link>
		<dc:creator>Brent</dc:creator>
		<pubDate>Mon, 25 Apr 2011 06:00:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.izonedesign.co.uk/blog/?p=76#comment-165</guid>
		<description>Thanks Adam. An elegant and well explained solution.</description>
		<content:encoded><![CDATA[<p>Thanks Adam. An elegant and well explained solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: justin</title>
		<link>http://www.storm-consultancy.com/development/code-snippets/perl-sorting-an-array-of-hashes/#comment-164</link>
		<dc:creator>justin</dc:creator>
		<pubDate>Thu, 14 Apr 2011 07:57:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.izonedesign.co.uk/blog/?p=76#comment-164</guid>
		<description>sweet!!! thanks for posting this gem.</description>
		<content:encoded><![CDATA[<p>sweet!!! thanks for posting this gem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jamesd</title>
		<link>http://www.storm-consultancy.com/development/code-snippets/perl-sorting-an-array-of-hashes/#comment-163</link>
		<dc:creator>jamesd</dc:creator>
		<pubDate>Tue, 07 Dec 2010 22:04:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.izonedesign.co.uk/blog/?p=76#comment-163</guid>
		<description>Thanks!  This worked great for me!</description>
		<content:encoded><![CDATA[<p>Thanks!  This worked great for me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat</title>
		<link>http://www.storm-consultancy.com/development/code-snippets/perl-sorting-an-array-of-hashes/#comment-162</link>
		<dc:creator>Pat</dc:creator>
		<pubDate>Sun, 10 May 2009 22:07:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.izonedesign.co.uk/blog/?p=76#comment-162</guid>
		<description>Btw you can build the data for the example in one statement:

my @data = (
   {name =&gt; &quot;Item A&quot;, price =&gt; 9.99 } ,
   { name =&gt; &quot;Item B&quot;, price =&gt; 4.99 } ,
   { name =&gt; &quot;Item C&quot;, price =&gt; 7.5} ,
);</description>
		<content:encoded><![CDATA[<p>Btw you can build the data for the example in one statement:</p>
<p>my @data = (<br />
   {name =&gt; &#8220;Item A&#8221;, price =&gt; 9.99 } ,<br />
   { name =&gt; &#8220;Item B&#8221;, price =&gt; 4.99 } ,<br />
   { name =&gt; &#8220;Item C&#8221;, price =&gt; 7.5} ,<br />
);</p>
]]></content:encoded>
	</item>
</channel>
</rss>

