Help for this page

Select Code to Download


  1. or download this
     foreach $key (keys %hash1) {
       if (exists $hash2{$key}) {
         print "$key\n";
         }
       }
    
  2. or download this
    $filename1 = shift;
    $filename2 = shift;
    ...
            }
    
    close IN;