Help for this page
package Person { use Moose; ... my $bob = Person->new(name => "Robert"); push @{ Person->population }, $bob;