Help for this page

Select Code to Download


  1. or download this
    for (keys %hash1) {
        next if exists $hash2{$_};
        # ... your main loop code here
    }