<?xml version="1.0" encoding="windows-1252"?>
<node id="988630" title="Re^6: undef/defined &amp;{$name} while &quot;strict refs&quot;" created="2012-08-21 03:58:20" updated="2012-08-21 03:58:20">
<type id="11">
note</type>
<author id="954280">
anazawa</author>
<data>
<field name="doctext">
&lt;p&gt;When we execute my code above, the script throws an exception because &lt;code&gt;&amp;{ 'run' }&lt;/code&gt; violates "strict refs".
Khen1950fx explained how to avoid this problem (I appreciate his suggestion).&lt;/p&gt;

On the other hand, when we comment out &lt;code&gt;&amp;{ 'run' }&lt;/code&gt;, my script doesn't output error messages. This result shows the following doesn't violate "strict refs":

&lt;code&gt;
my $walkable = defined &amp;{ 'walk' };
undef &amp;{ 'walk' };
&lt;/code&gt;

It seems each line uses symbolic references.
I don't understand why this is possible.</field>
<field name="root_node">
988541</field>
<field name="parent_node">
988617</field>
</data>
</node>
