Help for this page
my @configapp1 = ("m:configapp1", "d:conf", ... my @configbbb = ("m:configbbb", "f:b1.0", "f:bb1.0.config");
my @allDACDirs = (\@configapp1, \@configbbb);
# Determine the size of the array so we hit everything my $array_no = scalar(@allDACDirs); ... } } }