Help for this page
*gSort = ''; my $sortname = 'gSort'; ... foreach my $t (sort $sort @data) { print "$t\n"; }