Help for this page
#! /usr/bin/perl -w use strict; ... foreach my $animal ($twoDimArray[0]) { print "Animal: $animal\n"; }