The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Object::KVC::HashRef - An Object::KVC::HashRef object refers to one or more Object::KVC::Hash objects within a Object::KVC::List

SYNOPSIS

  use Object::KVC::HashRef;
  use Object::KVC::String;
  
  my $object1 = Object::KVC::HashRef->new();
  
  $object1->set( "type", Object::KVC::String->new("employee") );
  $object1->set( "id",   Object::KVC::String->new("id1234") );

DESCRIPTION

An Object::KVC::HashRef object refers to one or more Object::KVC::Hash objects within a Object::KVC::List.

Object::KVC::HashRef inherits from Object::KVC::Hash.

COPYRIGHT AND LICENSE

Object::KVC::HashRef Copyright (C) 2012 Trystan Johnson

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.