1PPIx::Regexp::StructureU:s:eCrodCeo(n3t)ributed Perl DocPuPmIexn:t:aRteigoenxp::Structure::Code(3)
2
3
4
6 PPIx::Regexp::Structure::Code - Represent one of the code structures.
7
9 use PPIx::Regexp::Dumper;
10 PPIx::Regexp::Dumper->new( 'qr{(?{print "hello sailor\n")}smx' )
11 ->print();
12
14 "PPIx::Regexp::Structure::Code" is a PPIx::Regexp::Structure.
15
16 "PPIx::Regexp::Structure::Code" has no descendants.
17
19 This class represents one of the code structures, either
20
21 (?{ code })
22
23 or
24
25 (??{ code })
26
28 This class provides no public methods beyond those provided by its
29 superclass.
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-2023 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.38.0 2023-07-21 PPIx::Regexp::Structure::Code(3)