Help for this page

Select Code to Download


  1. or download this
    use File::Slurp;
    
    ...
    
    my @files = grep { -f and /^\d{8}\.\d{6}\.host\d\.\d{1,6}$/ } read_dir
    + ".";
    print "Got ". scalar(@files) . "\n";