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