<?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: SCIENCE (aka benchmarking)</title>
	<atom:link href="http://blog.afoolishmanifesto.com/archives/1191/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.afoolishmanifesto.com/archives/1191</link>
	<description>fREWdiculous!</description>
	<lastBuildDate>Fri, 30 Jul 2010 15:07:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Matt S Trout</title>
		<link>http://blog.afoolishmanifesto.com/archives/1191/comment-page-1#comment-820</link>
		<dc:creator>Matt S Trout</dc:creator>
		<pubDate>Fri, 02 Oct 2009 16:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.afoolishmanifesto.com/?p=1191#comment-820</guid>
		<description>Alternatively:

my $targ; $targ = $orig_hash;
$targ = $targ-&gt;{$_} for @path;

which I consider such a common idiom it never even occurred to me to make a module for.</description>
		<content:encoded><![CDATA[<p>Alternatively:</p>
<p>my $targ; $targ = $orig_hash;<br />
$targ = $targ-&gt;{$_} for @path;</p>
<p>which I consider such a common idiom it never even occurred to me to make a module for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernhard Graf</title>
		<link>http://blog.afoolishmanifesto.com/archives/1191/comment-page-1#comment-819</link>
		<dc:creator>Bernhard Graf</dc:creator>
		<pubDate>Fri, 02 Oct 2009 06:32:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.afoolishmanifesto.com/?p=1191#comment-819</guid>
		<description>What makes
Hash::Path-&gt;get($hash, qw(key1 key2 key3))
superior to
$hash-&gt;{key1}-&gt;{key2}-&gt;{key3} ?

I assumed Hash::Path catches the situation, when
the path doesn&#039; exist, but it doesn&#039;t.

BTW: Your code get&#039;s cut in your blog.</description>
		<content:encoded><![CDATA[<p>What makes<br />
Hash::Path-&gt;get($hash, qw(key1 key2 key3))<br />
superior to<br />
$hash-&gt;{key1}-&gt;{key2}-&gt;{key3} ?</p>
<p>I assumed Hash::Path catches the situation, when<br />
the path doesn&#8217; exist, but it doesn&#8217;t.</p>
<p>BTW: Your code get&#8217;s cut in your blog.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
