1PPI::Token::QuoteLike::UWsoerrdsC(o3n)tributed Perl DocuPmPeIn:t:aTtoikoenn::QuoteLike::Words(3)
2
3
4
6 PPI::Token::QuoteLike::Words - Word list constructor quote-like
7 operator
8
10 PPI::Token::QuoteLike::Words
11 isa PPI::Token::QuoteLike
12 isa PPI::Token
13 isa PPI::Element
14
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
23 literal
24 Returns the words contained as a list. Note that this method does not
25 check the context that the token is in; it always returns the list and
26 not merely the last element if the token is in scalar context.
27
29 See the support section in the main module.
30
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.38.0 2023-09-22 PPI::Token::QuoteLike::Words(3)