Help for this page
%h = zip @k, @v; # ( # k1 => 'v1', # k2 => 'v2', # );
unzip {[$_[0], $_[1]]} %h; # ( # [k1 => 'v1'], # [k2 => 'v2'], # );