$_ = 'This is "the search" string "that was" supplied'; my @quotes = (m/"(.*?)"/g); s/".*?"//g; my @keys = split();