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

NAME

VS::RuleEngine::Output - Interface for outputs.

INTERFACE

CLASS METHODS

new

Called when a new instance is requested.

INSTANCE METHODS

pre_process

Currently not used.

For arguments passed to this method see "Arguments" in VS::RuleEngine::Constants.

process

Called after each iteration in the runloop.

For arguments passed to this method see "Arguments" in VS::RuleEngine::Constants.

post_process

Currently not used.

For arguments passed to this method see "Arguments" in VS::RuleEngine::Constants.