in reply to Re^4: sorting inside specific
in thread sorting inside specific
my code produces this now<SEP> 4 99 63 2 1 <SEP> 8 1 12 <SEP> 3 2 1
before it also seemed to be sorting it correctly but when I turned on warnings and strict I saw the errors you where talking about:<SEP> 1 2 4 63 99 <SEP> 1 8 12 <SEP> 1 2 3
I appreciate the helpful critisim, thank you.Argument "\x{3c}\x{53}..." isn't numeric in sort at foo.pl line 8, <IN +> line 7. Argument "\x{3c}\x{53}..." isn't numeric in sort at foo.pl line 8, <IN +> line 11. Argument "\x{3c}\x{53}..." isn't numeric in sort at foo.pl line 14, <I +N> line 14.
|
|---|