Help for this page
foreach my $element (@array) { ... }
foreach my $element (@{$fileinfo{$md5hash}{path}}) { print $element, "\n"; }