There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

String::Gsub::Matcher - match result object

SYNOPSIS

use String::Gsub::Matcher;

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

DESCRIPTION

used by String::Gsub::Functions internally.

EXPORT

This module exports no functions.

METHODS

new

expand

stringy

SEE ALSO

String::Gsub