in reply to Re: Manipulating Arrays
in thread Counting repeated values from an array

Or... without some maps:
my @names=qw/tom tom tom green/; $_{$_}++for@names;print"$_=$_{$_}\n"for keys%_;

GreetZ!,

print "profeth still\n" if /bird|devil/;