Lines Matching refs:sort
130 main(sub { sort {&{$_[0]}} @{$_[1]} }, 0);
139 use sort qw( defaults stable );
140 my @ignore = sort (5,4,3,2,1);
143 use sort qw( defaults stable );
144 my @nested = sort { dumbsort($a,$b) } (3,2,2,1);
148 use sort qw(stable);
153 $sort_current = sort::current();
157 main(sub { sort {&{$_[0]}} @{$_[1]} }, 0);
163 use sort qw(defaults stable);
168 $sort_current = sort::current();
172 main(sub { sort {&{$_[0]}} @{$_[1]} }, 0);
178 no sort qw(stable);
183 $sort_current = sort::current();
190 use sort qw(defaults);
196 $sort_current = sort::current();
203 use sort qw(stable);
209 $sort_current = sort::current();