Help for this page
use warnings; use strict; ... foreach my $file ( @list ){ print "found $file\n" if -e "$path/$file"; }