Help for this page

Select Code to Download


  1. or download this
    @existing_files = grep { -e $_ } @untested_files;
    
  2. or download this
    # alternate syntax
    @exiting = grep(-e, @untested);