Help for this page

Select Code to Download


  1. or download this
    @files = split /\s*,\s*/, $config->{path}{files};
    
  2. or download this
    foreach my $Section (values %$config) {
     # $Section is a hash ref containing the values of the section, not th
    ...
        $Section->{$value} = [split /\s*,\s*/, $Section->{$value}];
      }
    }
    
  3. or download this
     foreach my $value (qw(files colors and other options that should be 
    +arrays)) {