in reply to Re^2: using grep to find a word
in thread using grep to find a word

@words_which_start_with_double_quotes = grep {/^"/} @array_of_words;