Jarkko Hietaniemi wrote:

> "sort heuristic"?  "DWIM both numeric and string data"?  There is
> no "heuristic".  There is no "DWIM".  Perl's sort() does by default
> string sort based on the byte values of the strings of its argument
> list.  That's it.  Period.  Full stop.


Oh. 

$ perl -le 'foreach (sort (0..199)){print}' | head

Once again I am a misguided fool.

Thank you for your patience.



-- 
                           David Nicol 816.235.1187 [EMAIL PROTECTED]

Reply via email to