in reply to (zdog) Re: (2) Sorting Arraysin thread Sorting Arrays
@array = sort { $$a[2] <=> $$b[2] } @array; [download]