my %hash; for (qw(a b c)) { push @{ $hash{key} }, $_ if 'this'; }