Help for this page
package FooChild; ... my $self = shift; $self->[SO_FIFTH]; }
sub getFoo { my $self = shift; $self->{__PACKAGE__}{Foo} }