Acme-Grep2D
view release on metacpan or search on metacpan
lib/Acme/Grep2D.pm view on Meta::CPAN
strings in the text (see B<Grep> or other more directional methods).
The author is interested in any novel use you might find for this
module (other than solving newspaper puzzles).
=cut
sub new {
my ($class, %opts) = @_;
my $self = \%opts;
bless $self, $class;
$.Class = $class;
./_required('text');
./_init();
return $self;
}
# check for mandatory options
sub _required {
my ($self, $name) = @_;
die "$.Class - $name is required\n" unless defined $self->{$name};
( run in 1.495 second using v1.01-cache-2.11-cpan-de7293f3b23 )