in reply to Re: array sorting
in thread array sorting
And though interpolation has its place, you probably wouldn't recommend this (except for maybe in an obfu:
print "@{[sort @array]}";
Or maybe you would. There is always more than one way to do it. Though this method probably creates two copies of @array; one being an anonyomous array, and the second being the interpolated string.
Anyway, thanks for pointing out the overstatement of my post. You are (as is often the case) correct.
Dave
|
|---|