@not_found = grep { ! -d } @to_search; warn "Not found: " . join(", ", @not_found) . "\n" if @not_found;