in reply to Re: Array of Hashes
in thread Array of Hashes

But though it is less efficient?

Could you not keep a second index. Or multiple indicies? Or is there a better way. I am asking since I am holding data from a database in a loh for html::template's happiness and the second index prevents a linear scan each time.

%primary_key{ $capture_id } = $array_index;