Help for this page

Select Code to Download


  1. or download this
    sub X {
       my $self = shift @_;
    ...
       $self->_Private_X();
       ...
    }
    
  2. or download this
    sub X {
       my $self = shift @_;
    ...
       }
       ...
    }