in reply to
Advanced Sorting - GRT - Guttman Rosler Transform
There is a small bug in the example of a Schwartzian Transform.
$a->[0] <=> $a->[0]
should be
$a->[0] <=> $b->[0]
Granted, you did say 'something like this', 8^)
Comment on
Re: Advanced Sorting - GRT - Guttman Rosler Transform
Select
or
Download
Code
In Section
Meditations