
String::Gsub::Matcher - match result object

use String::Gsub::Matcher; my $matcher = String::Gsub::Matcher($origstr); print $matcher; # ==> ($MATCH) print $matcher->expand($tmpl); # expand.

used by String::Gsub::Functions internally.

This module exports no functions.

