1PPI::Structure::ConstruUcsteorr(C3o)ntributed Perl DocumPePnIt:a:tSitornucture::Constructor(3)
2
3
4
6 PPI::Structure::Constructor - Anonymous hash or array constructor
7
9 my $array = [ 'foo', 'bar' ];
10 my $hash = { foo => 'bar' };
11
13 PPI::Structure::Constructor
14 isa PPI::Structure
15 isa PPI::Node
16 isa PPI::Element
17
19 "PPI::Structure::Constructor" is the class used for anonymous "ARRAY"
20 reference of "HASH" reference constructors.
21
23 "PPI::Structure::Constructor" has no methods beyond those provided by
24 the standard PPI::Structure, PPI::Node and PPI::Element methods.
25
26 Got any ideas for methods? Submit a report to rt.cpan.org!
27
29 See the support section in the main module.
30
32 Adam Kennedy <adamk@cpan.org>
33
35 Copyright 2001 - 2006 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.8.8 2006-09-23 PPI::Structure::Constructor(3)