The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

  NAME Some-Agent
  MNEMONIC foo
  WORKFLOW Null

  CALL SomeFunction(this.bar, 14)

DESCRIPTION

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.

AUTHOR

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

COPYRIGHT AND LICENSE

Copyright 2005 Andrew Sterling Hanenkamp. All Rights Reserved.

FleetConf is distributed and licensed under the same terms as Perl itself.