Data::Object::Replace
Data-Object Replace Class
use Data::Object::Replace;
my $result = Data::Object::Replace->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 replace 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