- or download this
@files = split /\s*,\s*/, $config->{path}{files};
- 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}];
}
}
- or download this
foreach my $value (qw(files colors and other options that should be
+arrays)) {