in reply to Re^4: How to sort record using pack function ?
in thread How to sort record using pack function ?

You didn't show what your $data contains, but you seem to be working with the hex representation of the data instead of working on the data represented. Don't convert your data to hex; that just complicates things.
  • Comment on Re^5: How to sort record using pack function ?