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

NAME

VS::RuleEngine::Output::Perl - Use a code reference as an output

INTERFACE

CLASS METHODS

new ( CODE )

Creates a new instance. The argument CODE must be a reference to a subroutine - either anoynmous or named.

INSTANCE METHODS

pre_process

Not used.

post_process

Not used.

process

Forwards the call to the wrapped subroutine.