in reply to How to compare hash value
You could loop through all the keys of %myhash, sort the value array and compare it to all other elements.%myhash = ( key1 => [abd, bcd, cde, def, efg], key2 => [abd, def], key3 => [efg, cde, tgh], key6 => [cde, tgh, efg], );
|
|---|