The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

VS::RuleEngine::Input::Perl - Use a code reference as an input

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

value

Forwards the call to the wrapped subroutine.