Help for this page
my %count; foreach my $animal in (@zooanimals) { ... $count{$animal_name}++; } # another loop here to print %count.
sub add_animal() { my $type = shift; ... __OUTPUT__ There are 2 Llamas in the zoo. There are 1 Camels in the zoo.