Help for this page

Select Code to Download


  1. or download this
    package SomeObject;
    
    ...
    # ------------------------------------------
    # to call this method:
    $self->$very_private();
    
  2. or download this
    package SomeObject;
    
    ...
    {
         ...
    }
    
  3. or download this
    $self->$package_of_method::Semi_Private_Method();