my %hash; ++$hash{ $_ } while <>; #### $hash{ $_ } == @ARGV and print for keys %hash;