Help for this page

Select Code to Download


  1. or download this
    for (
          my $i=0;        # start with this value of $i
    ...
        ) {
       print "$sorted[$i]\n";   # print element number $i
    }