Help for this page
@end = quicksort(3, 2, 6, 5, 4); foreach (@end) { ... } return quicksort(@less), $pivot, quicksort(@great); }