<?xml version="1.0" encoding="windows-1252"?>
<node id="1007128" title="Re: Wildcard for key in hash lookup to skip over level" created="2012-12-04 12:38:02" updated="2012-12-04 12:38:02">
<type id="11">
note</type>
<author id="533863">
roboticus</author>
<data>
<field name="doctext">
&lt;p&gt;[ZWcarp]&lt;/p&gt;
&lt;p&gt;There aren't any wildcards, but you can get a similar effect as the one you stated like this:&lt;/p&gt;
&lt;c&gt;
my $fl=0;
for my $k (keys %{$Pos_overlap{$s[5]}) {
   ++$fl if exists $Pos_overlap{$s[5]}{$k}{$s[2]};
}
if ($fl) {
&lt;/c&gt;
&lt;p&gt;Not as nice as one would like, but it's the best I can offer at this time.&lt;/p&gt;
&lt;p&gt;...[roboticus]&lt;/p&gt;
&lt;p&gt;&lt;i&gt;When your only tool is a hammer, all problems look like your thumb.&lt;/i&gt;&lt;/p&gt;</field>
<field name="root_node">
1007127</field>
<field name="parent_node">
1007127</field>
</data>
</node>
