in reply to Re: retrieving in the correct order
in thread retrieving in the correct order

A hash slice, as mentioned in my first post would be faster (I guess)...

something like: print join("\n", @hash{@array2});