Help for this page
my %hash = { ball1 => 'red', ball2 => 'blue', ball3 => 'red', };
%hash = { red => "ball1,ball3", blue => "ball2", }