1PPIx::Regexp::Token::InUtseerrpoCloanttiroinb(u3t)ed PerPlPIDxo:c:uRmeegnetxapt:i:oTnoken::Interpolation(3)
2
3
4
6 PPIx::Regexp::Token::Interpolation - Represent an interpolation in the
7 PPIx::Regexp package.
8
10 use PPIx::Regexp::Dumper;
11 PPIx::Regexp::Dumper->new('qr{$foo}smx')->print();
12
14 "PPIx::Regexp::Token::Interpolation" is a PPIx::Regexp::Token::Code.
15
16 "PPIx::Regexp::Token::Interpolation" has no descendants.
17
19 This class represents a variable interpolation into a regular
20 expression. In the "SYNOPSIS" the $foo would be represented by an
21 object of this class.
22
24 This class provides the following public methods beyond those provided
25 by its superclass.
26
27 is_matcher
28 This method returns "undef" because a static analysis can not in
29 general tell whether a piece of code matches anything.
30
32 Support is by the author. Please file bug reports at
33 <https://rt.cpan.org/Public/Dist/Display.html?Name=PPIx-Regexp>,
34 <https://github.com/trwyant/perl-PPIx-Regexp/issues>, or in electronic
35 mail to the author.
36
38 Thomas R. Wyant, III wyant at cpan dot org
39
41 Copyright (C) 2009-2021 by Thomas R. Wyant, III
42
43 This program is free software; you can redistribute it and/or modify it
44 under the same terms as Perl 5.10.0. For more details, see the full
45 text of the licenses in the directory LICENSES.
46
47 This program is distributed in the hope that it will be useful, but
48 without any warranty; without even the implied warranty of
49 merchantability or fitness for a particular purpose.
50
51
52
53perl v5.34.0 2021-10-P2P5Ix::Regexp::Token::Interpolation(3)