my @herd; for (1..10000) { push @herd(Sheep->new($_)); } $gate->through(\@herd);