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
]);
Data::Object::Array
Data::Object::Library
This package provides routines for introspecting the results of a regexp search operation.
6 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: =inherits
- Around line 34:
Unknown directive: =libraries
- Around line 38:
Unknown directive: =description