Help for this page

Select Code to Download


  1. or download this
    package MyClass1;
    
    ...
      
      $self->newFunctionName(@_);
    }
    
  2. or download this
    package MyClass2;
    
    ...
    {
      goto &newFunctionName;
    }