The Non_Matched hash will contain only the value key pairs where HoL_compare_pub exists and HoL_pub doesn't. Hope this helps. Dave </code>my %Non_Matches; foreach (keys(%HoL_compare_pub)) { if (!(defined($HoL_pub{$_}))) { $Non_Matches{$_} = $HoL_compare_pub{$_}; } }
In reply to Re: Comaring contents of 2 Hash of Arrays
by dfog
in thread Comaring contents of 2 Hash of Arrays
by Tuna
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |