Help for this page
%files = Recurse([$drive], {match => '\.'});
foreach $dir (sort keys %files) { ... # Do work } }