Help for this page

Select Code to Download


  1. or download this
    package  FooChild;
    
    ...
        my $self = shift;
        $self->[SO_FIFTH];
    }
    
  2. or download this
    sub getFoo
    {
        my $self = shift;
        $self->{__PACKAGE__}{Foo}
    }