The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

In-place sort an array of SV pointers with the given comparison routine, with various SORTf_* flag options.

Array Manipulation Functions

In-place sort an array of SV pointers with the given comparison routine.

Currently this always uses mergesort. See "sortsv_flags" for a more flexible routine.