table of contents
List::Objects::WithUtils::Hash(3pm) | User Contributed Perl Documentation | List::Objects::WithUtils::Hash(3pm) |
NAME¶
List::Objects::WithUtils::Hash - Hash-type objects WithUtilsSYNOPSIS¶
use List::Objects::WithUtils 'hash'; my $hash = hash( foo => 'bar' );
DESCRIPTION¶
This class is the basic concrete implementation of List::Objects::WithUtils::Role::Hash. Methods are documented there.hash¶
Creates a new hash object.AUTHOR¶
Jon Portnoy <avenj@cobaltirc.org>Derived from Data::Perl by Matt Phillips (CPAN: MATTP) et al
Licensed under the same terms as Perl
2019-01-18 | perl v5.28.1 |