Help for this page

Select Code to Download


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