<?xml version="1.0" encoding="windows-1252"?>
<node id="1006309" title="Re: Having a problem creating a hash with the map function" created="2012-11-29 12:13:53" updated="2012-11-29 12:13:53">
<type id="11">
note</type>
<author id="832495">
choroba</author>
<data>
<field name="doctext">
Others already told you how you could change the data structures. If you are still curious how to get the original hash, try this:
&lt;c&gt;
my $skip_first;
my %Belfast_car_dealer_hash =  map { $skip_first++ ? ($_ =&gt; 1) : () } 
                               @{ $car_city_dealer_aoa[0] };
print Dumper \%Belfast_car_dealer_hash;
&lt;/c&gt;
I also noticed the script is missing [doc://warnings] turned on.
&lt;!-- Node text goes above. Div tags should contain sig only --&gt;
&lt;div class="pmsig"&gt;&lt;div class="pmsig-832495"&gt;

&amp;#1604;&amp;#1405;&amp;#4285;† &amp;#6514;&amp;#6482;&amp;#9898;&amp;#10186;&amp;#4281;&amp;#5651;&amp;#5511; &amp;#5045;&amp;#5651;&amp;#5511;&amp;#9137; &amp;#4281;&amp;#6514;&amp;#119243;&amp;#409;&amp;#5651;&amp;#5511;
&lt;/div&gt;&lt;/div&gt;</field>
<field name="root_node">
1006302</field>
<field name="parent_node">
1006302</field>
</data>
</node>
