Help for this page

Select Code to Download


  1. or download this
    @array = ([1,2,3],[5,5,6],[1,4,6]);
    
  2. or download this
    my $loop_index = 0;
    for $comma_array (@current_case_commas)
    ...
          }
          $loop_index+=1;
    }
    
  3. or download this
    push @array, split(/[\s|\t]+/,$list_of_num);