Help for this page

Select Code to Download


  1. or download this
    push @$zip, map {shift @$_} ($array1, $array2) while @$array1;
    
  2. or download this
    push @$array, [map {shift @$_} ($array1, $array2)] while @$array1;