1PPIx::Regexp::Token::GrUosueprTyCpoen:t:rCiobduet(e3d)PPePrIlx:D:oRceugmeexnpt:a:tTiooknen::GroupType::Code(3)
2
3
4

NAME

6       PPIx::Regexp::Token::GroupType::Code - Represent one of the embedded
7       code indicators
8

SYNOPSIS

10        use PPIx::Regexp::Dumper;
11        PPIx::Regexp::Dumper->new( 'qr{(?{print "hello world!\n")}smx' )
12            ->print();
13

INHERITANCE

15       "PPIx::Regexp::Token::GroupType::Code" is a
16       PPIx::Regexp::Token::GroupType.
17
18       "PPIx::Regexp::Token::GroupType::Code" has no descendants.
19

DESCRIPTION

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

METHODS

32       This class provides no public methods beyond those provided by its
33       superclass.
34

SUPPORT

36       Support is by the author. Please file bug reports at
37       <https://rt.cpan.org/Public/Dist/Display.html?Name=PPIx-Regexp>,
38       <https://github.com/trwyant/perl-PPIx-Regexp/issues>, or in electronic
39       mail to the author.
40

AUTHOR

42       Thomas R. Wyant, III wyant at cpan dot org
43
45       Copyright (C) 2009-2021 by Thomas R. Wyant, III
46
47       This program is free software; you can redistribute it and/or modify it
48       under the same terms as Perl 5.10.0. For more details, see the full
49       text of the licenses in the directory LICENSES.
50
51       This program is distributed in the hope that it will be useful, but
52       without any warranty; without even the implied warranty of
53       merchantability or fitness for a particular purpose.
54
55
56
57perl v5.32.1                      2021-0P3P-I2x6::Regexp::Token::GroupType::Code(3)
Impressum