for ($i = 0; $i <= $#sortedNames; $i++) { #### for my $i (0..$#sortedNames) { #### for my $name (@sortedNames) { #### $toOutput = reverse $temp[0]; $toOutput .= $x; $output = reverse $toOutput; #### $output = $x . $temp[0];
## for my $i (0..$#sortedNames) { ##
## for my $name (@sortedNames) { ##
## $toOutput = reverse $temp[0]; $toOutput .= $x; $output = reverse $toOutput; ##
## $output = $x . $temp[0];