<?xml version="1.0" encoding="windows-1252"?>
<node id="958803" title="Re: map problem" created="2012-03-09 17:51:23" updated="2012-03-09 17:51:23">
<type id="11">
note</type>
<author id="438971">
ForgotPasswordAgain</author>
<data>
<field name="doctext">
&lt;p&gt;Everyone already answered the problem.
But another thing is I avoid using curly braces except when mapping to hashrefs. In this case:&lt;/p&gt;
&lt;code&gt;
my %y = map +( "prefix_$_" =&gt; 1 ), qw/a b c/;
&lt;/code&gt;
&lt;p&gt;As far as I know, using a block unnecessarily creates a lexical scope, which seems like a waste.&lt;/p&gt;
&lt;p&gt;And speaking of waste, I notice you're pointing your hash to values of 1, probably intending to look at keys(%y) later. That's an unfortunate idiom if you ask me, as it points to a different copy of "1" every time. It's often better (though not important here for 3 values) to alias to undef if you're only concerned about getting a unique list of keys.&lt;/p&gt;</field>
<field name="root_node">
958673</field>
<field name="parent_node">
958673</field>
</data>
</node>
