while (my @row = map { s/$term/"$term"/ } $sth->fetchrow_array()){ #do stuff here }