in reply to Re^3: Advanced Sorting - GRT - Guttman Rosler Transform
in thread Advanced Sorting - GRT - Guttman Rosler Transform
I doubt you can either use a ST or a GRT (I am one of the people who don't think GRT is a special case of ST) to sort this.@sorted = sort {$a->cmp($b)} @unsorted;
|
---|