1PPI::Token::QuoteLike::URseegrexCpo(n3t)ributed Perl DocPuPmIe:n:tTaotkieonn::QuoteLike::Regexp(3)
2
3
4
6 PPI::Token::QuoteLike::Regexp - Regexp constructor quote-like operator
7
9 PPI::Token::QuoteLike::Regexp
10 isa PPI::Token::QuoteLike
11 isa PPI::Token
12 isa PPI::Element
13
15 A "PPI::Token::QuoteLike::Regexp" object represents the quote-like
16 operator used to construct anonymous Regexp objects, as follows.
17
18 # Create a Regexp object for a module filename
19 my $module = qr/\.pm$/;
20
22 There are no methods available for "PPI::Token::QuoteLike::Regexp"
23 beyond those provided by the parent PPI::Token::QuoteLike, PPI::Token
24 and PPI::Element classes.
25
26 Got any ideas for methods? Submit a report to rt.cpan.org!
27
29 See the support section in the main module.
30
32 Adam Kennedy <adamk@cpan.org>
33
35 Copyright 2001 - 2009 Adam Kennedy.
36
37 This program is free software; you can redistribute it and/or modify it
38 under the same terms as Perl itself.
39
40 The full text of the license can be found in the LICENSE file included
41 with this module.
42
43
44
45perl v5.10.1 2009-08-08 PPI::Token::QuoteLike::Regexp(3)