in reply to Re: Column Sort on Array
in thread Column Sort on Array
I tried that with no luck. When I run it in Komodo, I notice that variable don't change no matter what I change in that line.
I tried this. my @temp = reverse sort { $a->[0] cmp $b->[0]} @results;