my @downloads = grep { !/^asdf$/ } @file_list; print "Downloading: @downloads\n";