1PPI::Structure::List(3)User Contributed Perl DocumentatioPnPI::Structure::List(3)
2
3
4

NAME

6       PPI::Structure::List - Explicit list or precedence ordering braces
7

SYNOPSIS

9         # A list used for params
10         function( 'param', 'param' );
11
12         # Explicit list
13         return ( 'foo', 'bar' );
14

INHERITANCE

16         PPI::Structure::List
17         isa PPI::Structure
18             isa PPI::Node
19                 isa PPI::Element
20

DESCRIPTION

22       "PPI::Structure::List" is the class used for circular braces that
23       represent lists, and related.
24

METHODS

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

SUPPORT

32       See the support section in the main module.
33

AUTHOR

35       Adam Kennedy <adamk@cpan.org>
36
38       Copyright 2001 - 2009 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.10.1                      2009-08-08           PPI::Structure::List(3)
Impressum