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>, or in electronic mail to the author.
34
36 Thomas R. Wyant, III wyant at cpan dot org
37
39 Copyright (C) 2018-2020 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.32.0 2020-07P-P2I9x::Regexp::Structure::Script_Run(3)