Help for this page

Select Code to Download


  1. or download this
      $#{$array_to_count{$index}}+1
    
  2. or download this
      sub getSecondArraySize {
      
    ...
          # return the count
          return $#{$array_to_count{$index}}+1;
      }