Help for this page

Select Code to Download


  1. or download this
    my (%f_count,%n_count);
    
    ...
            $f_count{$name}{$file}++;
        }
    }
    
  2. or download this
    my $num_of_files = scalar @files;
    my $min = 25;
    ...
        next unless $in_files == $num_of_files;
        print "$name\n";
    }