my $mtime = stat("$local_dir/$file")->mtime; #### next unless (-f "$local_dir/$file"); # File was moved in the meantime already?! #### while (defined(my $file = readdir($DH)) { next unless ($file =~ m/\.xml$/);