Help for this page

Select Code to Download


  1. or download this
    our @ISA = ("Race", "Class");
    
  2. or download this
    package HollyGame::Entity;
    
    ...
                  };
         bless $self, ref($class) || $class;
    };
    
  3. or download this
    package HollyGame::ElfRanger;
    
    ...
                  };
    
    };
    
  4. or download this
    package Mod::Module;
    
    ...
        $self = { tobechangedname => "value", } ### to change the tobechan
    +gedname at compile and runtime
        bless $self, ref($class) || $class;
    }