1PPIx::Regexp::StructureU:s:eSrcrCiopntt_rRiubnu(t3e)d PePrPlIxD:o:cRuemgeenxtpa:t:iSotnructure::Script_Run(3)
2
3
4
6 PPIx::Regexp::Structure::Script_Run - Represent a script run group
7
9 use PPIx::Regexp::Dumper;
10 PPIx::Regexp::Dumper->new( 'qr{(*script_run:\d)}' )
11 ->print();
12
14 "PPIx::Regexp::Structure::Script_Run" is a PPIx::Regexp::Structure.
15
16 "PPIx::Regexp::Structure::Script_Run" has no descendants.
17
19 This class represents a script run group. That is, the construction
20 "(+script_run:...)", "(*script_run:...)", or "(*sr:...)". The first
21 form was added in Perl 5.27.8 but retracted in favor of the second ant
22 third forms (which are equivalent) in Perl 5.27.9.
23
24 If this construction does not make it into Perl 5.28, this class will
25 be retracted.
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) 2018-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-07P-P2I1x::Regexp::Structure::Script_Run(3)