Help for this page

Select Code to Download


  1. or download this
    my @list = map( "$_ beads", @colors ), @grey_scale;
    
  2. or download this
    my %h = map +($_ => 1), @a;