Help for this page
Select Code to Download
Select
or
download this
for (keys %hash1) { next if exists $hash2{$_}; # ... your main loop code here }