Help for this page

Select Code to Download


  1. or download this
    > perl -wnle "print qq(Files remaining ) . @ARGV; print $seen{$_} .= @
    +ARGV; " file1 file2 file3
    
  2. or download this
    #!perl -w
    use strict;
    ...
    };
    
    print "$_\n" for @common;