Help for this page
while(my ($key, $value) = each(%{$tree})) { if (ref($value) eq 'ARRAY') { ... } } }