Help for this page
my (%count, @items, $other_stuff, $more_stuff);
for my $word (@words){ my %count; # WRONG $count{$word}++; }