Help for this page
Select Code to Download
Select
or
download this
for (@array) { $foo{$_}++ }; @unique = (keys %foo);
Select
or
download this
$applecount = %foo{'apple'};