Help for this page

Select Code to Download


  1. or download this
    for ($i = 0; $i <= $#sortedNames; $i++) {
      @temp = split/,/, $sortedNames[$i][0];
    ...
    $output = reverse $toOutput;
    print NEWFILE "$output\n";
    }