in reply to Iteration problem on a tied array
in FETCH try
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).sub FETCH { my ($self, $idx) = @_;
-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 |