Re: PerlHash keys

2003-06-16 Thread Leopold Toetsch
Clinton A. Pierce <[EMAIL PROTECTED]> wrote: > Any thought on when PerlHashes will be able to allow us to iterate over the > keys? Possibly do things like: Please have a look at iterator.pmc, iter.t, and array.pmc. Its currently implemented partially for arrays only. I'm still waiting for vtable

PerlHash keys

2003-06-15 Thread Clinton A. Pierce
Any thought on when PerlHashes will be able to allow us to iterate over the keys? Possibly do things like: new P0, .PerlHash set P0["skeleton"], value set P0["master"], value set P0["Odin'sBro"], value set P0["USPO4,314,236"], value set P0["burro"]