Help for this page

Select Code to Download


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