Dan Sugalski wrote:
> 
>    use sort qw(radix_sort);
>    sort \&radix_sort @data;

Isn't that the slot where the comparison function goes?
Maybe something more like this:

use sort::radix_sort;
sort @data; # magically uses radix_sort instead of default.


-- 
John Porter

What would Gabrielle do?

Reply via email to