Help for this page

Select Code to Download


  1. or download this
    perl -MDigest::MD5 -ne "print if ($seen{&Digest::MD5::md5_hex($_)}.= @
    +ARGV) =~ /10$/" fileA.txt fileB.txt > output.txt
    
  2. or download this
    use Tie::File;
    my @content;
    ...
    print scalar(@content);
    # .....
    untie (@content);