Help for this page

Select Code to Download


  1. or download this
    %hist1 = map { $_ => 0 } @element;
    
  2. or download this
    $hist1{@element}++;
    
  3. or download this
    %hist1 = map { $_ => 0 } @element;