Help for this page

Select Code to Download


  1. or download this
    my %hash = {
                 ball1 => 'red',
                 ball2 => 'blue',
                 ball3 => 'red',
               };
    
  2. or download this
    %hash = {
               red => "ball1,ball3",
               blue => "ball2",
             }