Help for this page
opendir(DIR, "$path") or { warn "Could not open directory, $path: $!\n"; next; };
opendir (CLEANPATH, "$path") or my $openfailed = "TRUE"; ... warn "Could not open directory, $path : $!\n"; next; }