1PPI::Token::QuoteLike::UWsoerrdsC(o3n)tributed Perl DocuPmPeIn:t:aTtoikoenn::QuoteLike::Words(3)
2
3
4

NAME

6       PPI::Token::QuoteLike::Words - Word list constructor quote-like
7       operator
8

INHERITANCE

10         PPI::Token::QuoteLike::Words
11         isa PPI::Token::QuoteLike
12             isa PPI::Token
13                 isa PPI::Element
14

DESCRIPTION

16       A "PPI::Token::QuoteLike::Words" object represents a quote-like
17       operator that acts as a constructor for a list of words.
18
19         # Create a list for a significant chunk of the alphabet
20         my @list = qw{a b c d e f g h i j k l};
21

METHODS

23   literal
24       Returns the words contained.  Note that this method does not check the
25       context that the token is in; it always returns the list and not merely
26       the last element if the token is in scalar context.
27

SUPPORT

29       See the support section in the main module.
30

AUTHOR

32       Adam Kennedy <adamk@cpan.org>
33
35       Copyright 2001 - 2011 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.16.3                      2011-02-26   PPI::Token::QuoteLike::Words(3)
Impressum