Help for this page
Select Code to Download
Select
or
download this
%hist1 = map { $_ => 0 } @element;
Select
or
download this
$hist1{@element}++;
Select
or
download this
%hist1 = map { $_ => 0 } @element;