in reply to Restore the original order of an array after sort and performing some funchtion on array values
work with them in the order you want@hash{@original} = @original
then get the transformed results asdosomethingto($_) for @hash{@sortedoriginal}
@hash{@original}
|
|---|