Help for this page

Select Code to Download


  1. or download this
    *gSort = '';
    my $sortname = 'gSort';
    ...
    foreach my $t (sort $sort @data) {
          print "$t\n";
    }