Help for this page

Select Code to Download


  1. or download this
    package MyClass;
    
    ...
    }
    
    $obj->method(...);
    
  2. or download this
    package MyClass;
    
    ...
    }
    
    MyClass->static_method(...);
    
  3. or download this
    package MyClass;
    
    ...
    
    $MyClass::static_attrib = 1;
    print($MyClass::static_attrib, "\n");