Help for this page
sub get { my $self = shift; ... return undef; } }
sub getAlpha { my $self = shift; ... return $self->{Gamma}; }