Help for this page

Select Code to Download


  1. or download this
    my $skip = join ('|', map {quotemeta} keys %$config_dirs);
  2. or download this
    foreach (keys %$dirs)
    {
        next if /^($skip)/;
        # Do stuff
    }