String::Gsub::Matcher - match result object


String-Gsub documentation  | view source Contained in the String-Gsub distribution.

Index


NAME

Top

String::Gsub::Matcher - match result object

SYNOPSIS

Top

 use String::Gsub::Matcher;

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

DESCRIPTION

Top

used by String::Gsub::Functions internally.

EXPORT

Top

This module exports no functions.

METHODS

Top

new

expand

stringy

SEE ALSO

Top

String::Gsub


String-Gsub documentation  | view source Contained in the String-Gsub distribution.