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