my $farm = Farm->new; $farm->farmName('Old Mac Donald'); push @{$farm->farmBirds} => 'Chicken'; push @{$farm->farmMammals} => 'Pig';