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 <http://rt.cpan.org>, or in electronic mail to the author.
34
36 Thomas R. Wyant, III wyant at cpan dot org
37
39 Copyright (C) 2009-2019 by Thomas R. Wyant, III
40
41 This program is free software; you can redistribute it and/or modify it
42 under the same terms as Perl 5.10.0. For more details, see the full
43 text of the licenses in the directory LICENSES.
44
45 This program is distributed in the hope that it will be useful, but
46 without any warranty; without even the implied warranty of
47 merchantability or fitness for a particular purpose.
48
49
50
51perl v5.28.2 2019-05-25 PPIx::Regexp::Structure::Code(3)