<?xml version="1.0" encoding="windows-1252"?>
<node id="988681" title="Re^9: undef/defined &amp;{$name} while &quot;strict refs&quot;" created="2012-08-21 06:08:47" updated="2012-08-21 06:08:47">
<type id="11">
note</type>
<author id="954280">
anazawa</author>
<data>
<field name="doctext">
Athanasius clarified what I wanted to say. Thanks a lot :)
By the way, the following is equivalent to the code in question:

&lt;code&gt;
no strict 'refs';
my $walkable = defined *{ 'walk' }{CODE};
&lt;/code&gt;

In this case, "no strict refs" is required and it seems reasonable.
Should we cosider &lt;code&gt;defined &amp;{ 'walk' }&lt;/code&gt; not to be a recommended expression?</field>
<field name="root_node">
988541</field>
<field name="parent_node">
988646</field>
</data>
</node>
