while (my @row = $sth->fetchrow_array()) { s!$term!"$term"! for @row; # ... }