On Aug 18, Perl Authors Upload Server wrote: > The following module was proposed for inclusion in the Module List: > > modid: Class::Hash > DSLIP: adpOp > description: An object-orient wrapper for hashes. > userid: HANENKAMP (Andrew Sterling Hanenkamp) > chapterid: 6 (Data_Type_Utilities) > communities: > > similar: > Class::Struct > > rationale: > > Essentially, I've just wrapped a hash in an object-orient > interface.
How is this different from a tied hash? In what situations is it useful? - Kurt