Help for this page

Select Code to Download


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