in reply to Iteration problem on a tied array

First guess,

in FETCH try

sub FETCH { my ($self, $idx) = @_;
I don't know about anyone else, but I rely heavily on print statements to debug code ('ghetto debugging') especially in perl (C compile times can make this painful).

-jackdied

Replies are listed 'Best First'.
Re: Re: Iteration problem on a tied array
by Anonymous Monk on Oct 17, 2001 at 20:36 UTC
    thanks for the suggestion, missed the obvious on my part, but it still doesn't work.