Help for this page

Select Code to Download


  1. or download this
    
    <word method="MyModule::MethodName()">
    MyWord
    </word>
    
  2. or download this
    
    my $mod = MyModule->new();
    $mod->initialise_stuff("settings");
    
  3. or download this
    
    $TPL->load_XMLkeywords([ $mod ], cwd()."/../conf/keywords.xml");
    
  4. or download this
    
    sub load_XMLkeywords
    ...
        
    }