if -e $file { push @array, $file; } else { warn "$file does not exist\n"; }