logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Adam Kennedy <adamk@cpan.org>

Description

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

Inheritance

         PPI::Structure::Constructor
         isa PPI::Structure
             isa PPI::Node
                 isa PPI::Element

Methods

       "PPI::Structure::Constructor" has no methods beyond those provided by the standard PPI::Structure,
       PPI::Node and PPI::Element methods.

Name

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

Support

       See the support section in the main module.

Synopsis

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

See Also