Help for this page

Select Code to Download


  1. or download this
    print( $object->Borg::comment(), "\n" );
    
  2. or download this
    package Borg;
    
    sub comment { 
        return $_[0]->{default_threat};
    }
    
  3. or download this
    Borg::comment( $obj );