in reply to Re: Comparing hash data
in thread Comparing hash data

That's true you could do values and sort on values and report any mismatches., and their field names. of course you may run into a cascading problem.. if field 2 doesn't match..then depending on what's causing the problem.. the rest of them may throw errors due to improper ordering.. or they may not. This is a decent way without fixing your data struct.. however that's still my reccomendation


Grygonos