1PPIx::Regexp::Token::GrUosueprTyCpoen:t:rCiobduet(e3d)PPePrIlx:D:oRceugmeexnpt:a:tTiooknen::GroupType::Code(3)
2
3
4
6 PPIx::Regexp::Token::GroupType::Code - Represent one of the embedded
7 code indicators
8
10 use PPIx::Regexp::Dumper;
11 PPIx::Regexp::Dumper->new( 'qr{(?{print "hello world!\n")}smx' )
12 ->print();
13
15 "PPIx::Regexp::Token::GroupType::Code" is a
16 PPIx::Regexp::Token::GroupType.
17
18 "PPIx::Regexp::Token::GroupType::Code" has no descendants.
19
21 This method represents one of the embedded code indicators, either '?'
22 or '??', in the zero-width assertion
23
24 (?{ print "Hello, world!\n" })
25
26 or the old-style deferred expression syntax
27
28 my $foo;
29 $foo = qr{ foo (??{ $foo }) }smx;
30
32 This class provides no public methods beyond those provided by its
33 superclass.
34
36 Support is by the author. Please file bug reports at
37 <http://rt.cpan.org>, or in electronic mail to the author.
38
40 Thomas R. Wyant, III wyant at cpan dot org
41
43 Copyright (C) 2009-2019 by Thomas R. Wyant, III
44
45 This program is free software; you can redistribute it and/or modify it
46 under the same terms as Perl 5.10.0. For more details, see the full
47 text of the licenses in the directory LICENSES.
48
49 This program is distributed in the hope that it will be useful, but
50 without any warranty; without even the implied warranty of
51 merchantability or fitness for a particular purpose.
52
53
54
55perl v5.28.2 2019-0P5P-I2x5::Regexp::Token::GroupType::Code(3)