- or download this
$hash= {
'test_link_color' => '#31e500',
...
'background_color' => 'ffffff',
'test_text_color' => '#000000'
};
- or download this
my %colors = map { $_ => %$hash{$_} } grep { $_ =~ /color$/ } keys %$h
+ash;
- or download this
%colors = (
'ffffff' => 'test_text_color',
...
'header_textcolor' => 'header_textcolor',
'test_menu_color' => '#004d59'
);