The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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