Help for this page

Select Code to Download


  1. or download this
    use File::DosGlob 'glob';
    my @dir_regex = glob "//share16/ABC/*/Output/";
    for my $dir (@dir_regex)
    ...
    }
    close $fh;
    }