Help for this page

Select Code to Download


  1. or download this
    # $eventscores is an arrayref to an array of arrayrefs.
    # everything works fine until the last while iteration
    ...
            }
    #...more code.. unrelated to loop
    }
    
  2. or download this
    $array_count = $#{$eventscores}
    
  3. or download this
    while ($i <= $array_count)