in reply to Re^3: Sort problem
in thread Sort problem
Your right. I had it coded as a while loop
$i++ while ( $i < @$a and $i < @$b ) and not $o=( $a->[$i] cmp $b->[$i] );
but decided as I was posting it, that it was better done as an until loop as the conditional was slightly clearer.
Unfortuantely, for the second time yesterday in the same thread I screwed up the conversion.
..and remember there are a lot of things monks are supposed to be but lazy is not one of them
|
|---|