On Sun, Oct 20, 2002 at 12:32:24PM +0200, Leopold Toetsch wrote: > PDD02 specifies the needed methods > > exists_keyed > type_keyed
The vtable PDD refers to type_keyed returning the type of the *PMC*. This isn't accurate given the question. Should we change the PDD ? > perlhash/array have exists_keyed (but no type_keyed), though the opcodes > are missing. On a tangent: Shouldn't a Perl Hash be a homogenous data structure, ie. it should contain just PMCs ? -- Jason