my $person = Foo::People->new; $person->open( $id ); my $person = Foo::People->new( $id ); # same thing as above my $people = Foo::People->get_list; # get a list of all people (as objects)