Help for this page

Select Code to Download


  1. or download this
        $dirs{$File::Find::name} = 1;
    
  2. or download this
    #!/usr/bin/perl
    # dirdupes
    ...
        return if ! -d || ! /[IPD]\d{8}$/;
        push @{$dirs{$_}}, $File::Find::name;
    }