Help for this page

Select Code to Download


  1. or download this
    sub get {
        my $self = shift;
    ...
            return undef;
        }
    }
    
  2. or download this
    sub getAlpha {
        my $self = shift;
    ...
    
        return $self->{Gamma};
    }