in reply to Re: Sort array1 according to sorting of array2
in thread Sort array1 according to sorting of array2

Yup, this is how I'd do it (maybe with a touch more whitespace). I'd expect this also to be more efficient than any approach splitting the numbers out of @arr1 again, though not necessarily better than switching to different ways of structuring the data.

Hugo