aboutsummaryrefslogtreecommitdiffstats
path: root/powwow.doc
diff options
context:
space:
mode:
Diffstat (limited to 'powwow.doc')
-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]]