1PPI::Structure::List(3)User Contributed Perl DocumentatioPnPI::Structure::List(3)
2
3
4
6 PPI::Structure::List - Explicit list or precedence ordering braces
7
9 # A list used for params
10 function( 'param', 'param' );
11
12 # Explicit list
13 return ( 'foo', 'bar' );
14
16 PPI::Structure::List
17 isa PPI::Structure
18 isa PPI::Node
19 isa PPI::Element
20
22 "PPI::Structure::List" is the class used for circular braces that
23 represent lists, and related.
24
26 "PPI::Structure::List" has no methods beyond those provided by the
27 standard PPI::Structure, PPI::Node and PPI::Element methods.
28
30 See the support section in the main module.
31
33 Adam Kennedy <adamk@cpan.org>
34
36 Copyright 2001 - 2011 Adam Kennedy.
37
38 This program is free software; you can redistribute it and/or modify it
39 under the same terms as Perl itself.
40
41 The full text of the license can be found in the LICENSE file included
42 with this module.
43
44
45
46perl v5.32.1 2021-01-27 PPI::Structure::List(3)