Help for this page
Select Code to Download
Select
or
download this
my $skip = join ('|', map {quotemeta} keys %$config_dirs);
Select
or
download this
foreach (keys %$dirs) { next if /^($skip)/; # Do stuff }