Help for this page

Select Code to Download


  1. or download this
    %myHash = (var1 => [1,2,3,4,5,6],
               var2 => [11,12,13,14,15,16]);
    
  2. or download this
    @myArray = ([1,11],
                [2,12],
    ...
                [4,14],
                [5,15],
                [6,16]);