in reply to Re: How do I use a sort routine from a different package/module?
in thread How do I use a sort routine from a different package/module?

there is an obvious third way: let the sub on the other package do the full sort, not just the comparison!

This would also allow for further optimizations (i.e., using the ST) when the data requires it.

  • Comment on Re: Answer: How do I use a sort routine from a different package/module?