
FleetConf::Agent::Parser::Stmt::CALL - CALL command

NAME Some-Agent MNEMONIC foo WORKFLOW Null CALL SomeFunction(this.bar, 14)

This plugin provides the CALL command.
The BNF for the CALL command is:
agent_command +::= call_command call_command ::= "CALL" function_call EOL
This command calls a Perl function defined by a plugin in the FleetConf::Commands namespace. This command runs during the run phase.

Andrew Sterling Hanenkamp, <hanenkamp@users.sourceforge.net>

Copyright 2005 Andrew Sterling Hanenkamp. All Rights Reserved.
FleetConf is distributed and licensed under the same terms as Perl itself.