in reply to Re^2: Compare complex perl data structures
in thread Compare complex perl data structures
Please also note what johngg told you: your @array1 and @array2 have only one element each: a reference to an array containing two elements (which are themselves hashrefs). I am not sure that's really what you want.
|
|---|