in reply to Combining two lists into a hash

my %hash; @hash{@a} = @b;