in reply to Re^2: Sort routine runs into infinite loop
in thread Sort routine runs into infinite loop

So much code...
$ perl -e 'print "$_ " for sort {$a <=> $b} qw {2 6 9 12 15}' 2 6 9 12 15

Replies are listed 'Best First'.
Re^4: Sort routine runs into infinite loop
by hotchiwawa (Scribe) on Jan 02, 2016 at 19:56 UTC
    yep, always shorter and finishing with a string :pp