Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
           my ($fname, $fext) = split(' ',$line);
           $duplicates{$fname}{$fext}++;
    }
    
  2. or download this
    /foo/bar/baz/123 aaa
    /foo/bar/baz/123 aab
    /foo/bar/baz/123 aac
    /foo/bar/baz/124 aaa
    /foo/bar/baz/124 aab