1PPI::Token::ArrayIndex(U3s)er Contributed Perl DocumentatPiPoIn::Token::ArrayIndex(3)
2
3
4
6 PPI::Token::ArrayIndex - Token getting the last index for an array
7
9 PPI::Token::ArrayIndex
10 isa PPI::Token
11 isa PPI::Element
12
14 The "PPI::Token::ArrayIndex" token represents an attempt to get the
15 last index of an array, such as $#array.
16
18 There are no additional methods beyond those provided by the parent
19 PPI::Token and PPI::Element classes.
20
22 See the support section in the main module.
23
25 Adam Kennedy <adamk@cpan.org>
26
28 Copyright 2001 - 2011 Adam Kennedy.
29
30 This program is free software; you can redistribute it and/or modify it
31 under the same terms as Perl itself.
32
33 The full text of the license can be found in the LICENSE file included
34 with this module.
35
36
37
38perl v5.38.0 2023-09-22 PPI::Token::ArrayIndex(3)