The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Vulcan::Grep - Evaluate input according to supplied rules

SYNOPSIS

 use Vulcan::Grep;

 my $grep = Vulcan::Grep->new( input => \@lines, rule => \@rules );
 my @match = $grep->eval();

METHODS

eval()

Return matched input.