in reply to •Re: Complex Sort - using varying numbers of parameters
in thread Complex Sort - using varying numbers of parameters
BTW, what's a GSR?my @sorted = map $_->[0], sort { for (1..1000) { return @$a <=> @$b if $_ > $#$a or $_ > $#$b; $_ and return $_ for $a->[$_] <=> $b->[$_]; } } map [$_, split /\s+/], @inputdata;
Abigail
|
---|