diff options
-rw-r--r-- | powwow.doc | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -580,6 +580,20 @@ SPECIAL COMMANDS: ALL OTHERS at the beginning of a line) #mark \^=on blue (mark a literal ^ ) ----------------------------------------------------------- + #module [module name] + + This loads a shared library module by name, if supported by your system. The + name of the module should be included in the documentation that came with the + powwow extension, for example to load the perl module you would use: + + #module perl + + Which gives you the perl command that can be used like: + + #perl powwow::exec( "say it is " . scalar(localtime()) ) + + The commands added and their syntax varies depending on the module. + ----------------------------------------------------------- Set/show priority for new actions/marks #nice [{number | (expression)} [command]] |