<?xml version="1.0" encoding="windows-1252"?>
<node id="717086" title="Re: Concatenate anonymous hash ref" created="2008-10-14 16:55:56" updated="2008-10-14 16:55:56">
<type id="11">
note</type>
<author id="56130">
Thelonius</author>
<data>
<field name="doctext">
You can replace this little loop &lt;code&gt;
foreach my $key (keys %$temp) {
    $x-&gt;{$key} = $temp-&gt;{$key};
}

&lt;/code&gt;
with &lt;code&gt;
@$x{keys %$temp} = values %$temp;
&lt;/code&gt;</field>
<field name="root_node">
717037</field>
<field name="parent_node">
717037</field>
</data>
</node>
