in reply to Re^3: Sort questions
in thread Sort questions

I used __DATA__ because I assumed you were getting the data to populate the array from an external file. In this case, you would only need to open a filehandle for that file and replace the <DATA> with <FILEHANDLE>. The Schwartzian Transform is a very slick way of sorting. I like it. Sure glad you pointed it out.
Thanks.
wube