foreach $file (@filelist) { $temp = stat($file) or die("Keine Datei gefunden $!"); //<-- hier Fehlermessage $temptime = $temp->mtime; }