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 rep‐
23 resent 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
29 Got any ideas for methods? Submit a report to rt.cpan.org!
30
32 See the support section in the main module.
33
35 Adam Kennedy <adamk@cpan.org>
36
38 Copyright 2001 - 2006 Adam Kennedy.
39
40 This program is free software; you can redistribute it and/or modify it
41 under the same terms as Perl itself.
42
43 The full text of the license can be found in the LICENSE file included
44 with this module.
45
46
47
48perl v5.8.8 2006-09-23 PPI::Structure::List(3)