# my %hash; # @hash{@K} = @V; # aww, two lines :( my %hash = (@K, @V)[map +($_, @K + $_), 0 .. $#K];