1PPI::Structure::ConstruUcsteorr(C3o)ntributed Perl DocumPePnIt:a:tSitornucture::Constructor(3)
2
3
4

NAME

6       PPI::Structure::Constructor - Anonymous hash or array constructor
7

SYNOPSIS

9         my $array = [ 'foo', 'bar' ];
10         my $hash  = { foo => 'bar' };
11

INHERITANCE

13         PPI::Structure::Constructor
14         isa PPI::Structure
15             isa PPI::Node
16                 isa PPI::Element
17

DESCRIPTION

19       "PPI::Structure::Constructor" is the class used for anonymous "ARRAY"
20       reference of "HASH" reference constructors.
21

METHODS

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

SUPPORT

29       See the support section in the main module.
30

AUTHOR

32       Adam Kennedy <adamk@cpan.org>
33
35       Copyright 2001 - 2011 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.16.3                      2011-02-26    PPI::Structure::Constructor(3)
Impressum