my $total_choices = $#choice; for my $index (0..$total_choices) { print $index + 1, ": $choice[$index]\n"; }