in reply to Re: Matching hash keys from different hashes and utilizing in new hash
in thread Matching hash keys from different hashes and utilizing in new hash

This method sortof backdoors the "header-row" in that it assumes that $key in both "header-rows" are the same and they dont duplicate another valid $key in the data area.

just saying :) ("Once bitten, twice shy")

  • Comment on Re^2: Matching hash keys from different hashes and utilizing in new hash

Replies are listed 'Best First'.
Re^3: Matching hash keys from different hashes and utilizing in new hash
by Laurent_R (Canon) on Oct 21, 2017 at 23:01 UTC
    Well, yes, maybe, but that's what I understand from the OP.

    I am doing this kind of processing (albeit usually much more complicated) all the time, but it very frequently (almost always) follows a remove duplicates step. Here, we don't know enough about input data.