for my $h (@Tree) { print "$_ " for @{$h->{Path}}; print "\n"; }