in reply to Re^2: sorting a list according to numeric values using the function splice()
in thread sorting a list according to numeric values using the function splice()

So the book is asking you to implement various sorting algorithms in perl, and to not use the built-in sort function. That makes a little more sense, if nothing else than to show why most of the time you will want to use the built-in version of sort.

--MidLifeXis

  • Comment on Re^3: sorting a list according to numeric values using the function splice()