in reply to Re^3: Sort command equivalent in perl
in thread Sort command equivalent in perl
Yup, there's the gotcha that gotme. :) I remembered that @array = sort @array doesn't make a copy, but failed to think through the fact that tie would be different.
Dave
|
|---|