On Monday 20 November 2006 14:20, Patrick R.Michaud wrote:
> I don't seem to be able to use iterators on subclasses of
> ResizablePMCArray.
Here's a better patch, but it appears to tickle a bug in Data::Dumper. I'm
not sure what the right fix is there.
I'm not a big fan of my implementation he
On Monday 20 November 2006 14:20, Patrick R.Michaud wrote:
> I don't seem to be able to use iterators on subclasses of
> ResizablePMCArray. Here's an example:
>
> $ cat t.pir
> .sub main :main
> .local pmc ar, iter
> $P0 = subclass 'ResizablePMCArray', 'MyArray'
>
>