- 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
}
- or download this
$array_count = $#{$eventscores}
- or download this
while ($i <= $array_count)