From 60e7d82f1f9baa93b88a24dbb20662da466c99ed Mon Sep 17 00:00:00 2001 From: Steve Slaven Date: Fri, 10 Jun 2005 17:18:58 +0000 Subject: Added #module documentation 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]] -- cgit v0.10.2