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

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.