Data::Object::Search

Data-Object Search Class

use Data::Object::Search;

my $result = Data::Object::Search->new([
  $regexp,
  $altered_string,
  $count,
  $last_match_end,
  $last_match_start,
  $named_captures,
  $initial_string
]);

This package provides routines for introspecting the results of a regexp search operation.

4 POD Errors

The following errors were encountered while parsing the POD:

Around line 8:

Unknown directive: =name

Around line 12:

Unknown directive: =abstract

Around line 16:

Unknown directive: =synopsis

Around line 30:

Unknown directive: =description