| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
my $argv = $curproc->command_line_argv();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
request to each FML::Command::$command module.
|
|
|
|
method($self, $curproc, $args) where $args is prepared at
FML::Process::Configure().
move the main code to subscribe.pm and unsubscribe.pm and change
add.pm and bye.pm as an adapter for them.
|
|
when "makefml $method $ml_name" is given, we call it as follows:
use FML::Command::$method;
$obj = new FML::Command::$method;
$obj->$method($curproc);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"fmldoc" is a "perldoc" wrapper to show fml perl modules
|
|
|
|
fmlconf shows all variables
|
|
|