http://www.perlmonks.org?node_id=976786


in reply to Re^2: Correct code for deleting old file?
in thread Correct code for deleting old file?

Basically i agree with you. I had assumed that you from your knowledge of your application, you know for sure that the names which you had collected in your file list, certainly contain plain files (and not directories, symbolic links or what else). In this case (only) it makes sense to omit the file testing.

If this is not the case, I personally would be interested *which* non-file entries made it into the file list, because this (possibly) signals an error. In this case, I would do a -f test for each file, but I would also issue an error message for those entries which are not plain files.

-- 
Ronald Fischer <ynnor@mm.st>