Help for this page
my $high = @$array - 1; my $high = $#$array;
for my $try ( 0..$#$array ) { say "--> trying at index $try"; ... return $try; } }