aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Slaven <bpk@hoopajoo.net>2005-06-10 17:18:58 (GMT)
committerSteve Slaven <bpk@hoopajoo.net>2005-06-10 17:18:58 (GMT)
commit60e7d82f1f9baa93b88a24dbb20662da466c99ed (patch)
treead07b3c8e0f530ca282a3545d9db968ef140228e
parent72dee56c6dbdc6a077513cb0b9a0b2cfee46b4c2 (diff)
downloadpowwow-60e7d82f1f9baa93b88a24dbb20662da466c99ed.zip
powwow-60e7d82f1f9baa93b88a24dbb20662da466c99ed.tar.gz
powwow-60e7d82f1f9baa93b88a24dbb20662da466c99ed.tar.bz2
Added #module documentation
-rw-r--r--powwow.doc14
1 files changed, 14 insertions, 0 deletions
diff --git a/powwow.doc b/powwow.doc
index bbcc1a8..2d9cd3d 100644
--- a/powwow.doc
+++ b/powwow.doc
@@ -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]]