Help for this page
for my $hElem (@{$matches{$element}{$sitekey}}) { print "...in \$hElem\n"; ... push (@arrayA, $hElem); } }
for my $hElem (@{$matches{$element}{$sitekey}}) { next unless ($hElem >= $lowerlimit); ... print "...in \$hElem\n" push (@arrayA, $hElem); }