- or download this
syntax error at colors.pl line 31, near "$hash{"
- or download this
my %colors = map { $_ => $hash->{$_} } grep { $_ =~ /color$/ } keys %$
+hash;
- or download this
my %colors = map { $_ => $$hash{$_} } grep { $_ =~ /color$/ } keys %$h
+ash;
- or download this
$ perl colors.pl
$VAR1 = {
...
'test_headline_color' => '#7b0706',
'header_textcolor' => 'blank'
};