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

NAME

FleetConf::Agent::Parser::Stmt::ECHO - ECHO command

SYNOPSIS

  NAME Some-Agent
  MNEMONIC foo
  WORKFLOW Null

  ECHO Say something!

DESCRIPTION

During the run phase, this simply prints some output to STDOUT. This probably isn't useful very often. The LOG command provides a lot more control for debugging (see FleetConf::Agent::Parser::Stmt::LOG).

The BNF for this command is:

  agent_command +::= echo_command

  echo_command ::= "ECHO" bare_string EOL

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.