Help for this page
@existing_files = grep { -e $_ } @untested_files;
# alternate syntax @exiting = grep(-e, @untested);