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

Data::Perl::Collection::Hash - Wrapping class for Perl's built in hash structure.

Author

       Matthew Phillips <mattp@cpan.org>

Description

       This class is a simple consumer of the Data::Perl::Role::Collection::Hash role, which provides all
       functionality. You probably want to look there instead.

Name

       Data::Perl::Collection::Hash - Wrapping class for Perl's built in hash structure.

Synopsis

         use Data::Perl qw/hash/;

         my $hash = hash(a => 1, b => 2);

         $array->push(5);

         $hash->values; # (1, 2)

         $hash->set('foo', 'bar'); # (a => 1, b => 2, foo => 'bar')

Version

       version 0.002011

See Also