my %hash = ( this => 1, that => 2 ); @hash{ qw/ those these / } = ( 3, 4 );