in reply to dereferencing hash within a hash within an array
You're looping $i 1 through $x but you're also incrementing $x! When will this loop ever end? (After carefully matching braces, I see that I was mistaken.)
Your data structure is very complex. You're trying to create an Array of Hashes of Arrays of Hashes? Or am I reading this wrong?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: dereferencing hash within a hash within an array
by ihb (Deacon) on Jan 10, 2003 at 23:24 UTC | |
|
Re: Re: dereferencing hash within a hash within an array
by lpoht (Sexton) on Jan 11, 2003 at 01:41 UTC |