diff options
author | Steve Slaven <bpk@hoopajoo.net> | 2005-06-10 17:18:58 (GMT) |
---|---|---|
committer | Steve Slaven <bpk@hoopajoo.net> | 2005-06-10 17:18:58 (GMT) |
commit | 60e7d82f1f9baa93b88a24dbb20662da466c99ed (patch) | |
tree | ad07b3c8e0f530ca282a3545d9db968ef140228e | |
parent | 72dee56c6dbdc6a077513cb0b9a0b2cfee46b4c2 (diff) | |
download | powwow-60e7d82f1f9baa93b88a24dbb20662da466c99ed.zip powwow-60e7d82f1f9baa93b88a24dbb20662da466c99ed.tar.gz powwow-60e7d82f1f9baa93b88a24dbb20662da466c99ed.tar.bz2 |
Added #module documentation
-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]] |