aboutsummaryrefslogtreecommitdiffstats
path: root/powwow.help
diff options
context:
space:
mode:
Diffstat (limited to 'powwow.help')
-rw-r--r--powwow.help15
1 files changed, 15 insertions, 0 deletions
diff --git a/powwow.help b/powwow.help
index 9262057..7be6f70 100644
--- a/powwow.help
+++ b/powwow.help
@@ -114,6 +114,21 @@ Wildcards are allowed ($ for a single word, & for any string). Examples:
#mark Sizzler= (Sizzler is no longer put in bold)
#mark (lists all markers)
#mark *&*=inverse (mark in reverse any string in * *)
+@module
+#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.
+
@history
#history [number]