if (-e $fileName) { # -e does NOT do a full stat, so we need to do one now if (-d _ ) { # Das bleibt hier so stehen! # my @stat = stat(_); my @stat = stat($fileName);