my %hash = (a => 'A', b => 'B'); @hash{qw(c d e f)} = qw(C D E F);