1PPI::Token::Quote::DoubUlsee(r3)Contributed Perl DocumenPtPaIt:i:oTnoken::Quote::Double(3)
2
3
4

NAME

6       PPI::Token::Quote::Double - A standard "double quote" token
7

INHERITANCE

9         PPI::Token::Quote::Double
10         isa PPI::Token::Quote
11             isa PPI::Token
12                 isa PPI::Element
13

DESCRIPTION

15       A "PPI::Token::Quote::Double" object represents a double-quoted inter‐
16       polating string.
17
18       The string is treated as a single entity, PPI will not try to under‐
19       stand what is in the string during the parsing process.
20

METHODS

22       There are several methods available for "PPI::Token::Quote::Double",
23       beyond those provided by the parent PPI::Token::Quote, PPI::Token and
24       PPI::Element classes.
25
26       Got any ideas for methods? Submit a report to rt.cpan.org!
27
28       interpolations
29
30       The interpolations method checks to see if the double quote actually
31       contains any interpolated variables.
32
33       Returns true if the string contains interpolations, or false if not.
34
35       simplify
36
37       For various reasons, some people find themselves compelled to have
38       their code in the simplest form possible.
39
40       The "simply" method will turn a simple double-quoted string into the
41       equivalent single-quoted string.
42
43       If the double can be simplified, it will be modified in place and
44       returned as a convenience, or returns false if the string cannot be
45       simplified.
46

SUPPORT

48       See the support section in the main module.
49

AUTHOR

51       Adam Kennedy <adamk@cpan.org>
52
54       Copyright 2001 - 2006 Adam Kennedy.
55
56       This program is free software; you can redistribute it and/or modify it
57       under the same terms as Perl itself.
58
59       The full text of the license can be found in the LICENSE file included
60       with this module.
61
62
63
64perl v5.8.8                       2006-09-23      PPI::Token::Quote::Double(3)
Impressum