<?xml version="1.0" encoding="windows-1252"?>
<node id="1011256" title="Syntax explanation required" created="2013-01-02 07:15:19" updated="2013-01-02 07:15:19">
<type id="115">
perlquestion</type>
<author id="951128">
ghosh123</author>
<data>
<field name="doctext">
Hi Monk, &lt;br\&gt;&lt;br\&gt;

I need to understand this following syntax which is collecting the unique keys from two hashes into one array. &lt;br\&gt;

The following code works fine, but I do not understand the meaning of the syntax, please explain me &lt;br\&gt;&lt;br\&gt;

&lt;code&gt;
my @uniq = keys %{ {%hash1, %hash2} };


&lt;/code&gt;

Please explain me the syntax of the right hand side, how does this keys % { {%h1,%h2 }  }  thing work ?? &lt;br\&gt;&lt;br\&gt;

Thanks. </field>
</data>
</node>
