Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        next unless grep { $matcher->($_) } @ips;
        print;
    }
    
  2. or download this
    sub get_files {
        my (@dirs) = @_;
    ...
    
        return @files;
    }