Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
        push(@common, $_) if exists $hash1{$_};
    }
    print "common2: @common\n";
    
  2. or download this
    common1: c b
    common2: c b