in reply to Re: searching for values in hashes
in thread searching for values in hashes
This was my first thought too, but this does not give the OP an index of the array to get the information directly from @extra (at least not that I know of). You would need an extra counter to keep track of the array index to accomplish this.