in reply to Syntax for partly associative arrays
If @a is an array of hashes, you can iterate with,
since the array elements are all hash references.for (@a) { for (keys %$_) { # ... } }
After Compline,
Zaxo
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Syntax for partly associative arrays
by fletcher_the_dog (Friar) on Sep 05, 2003 at 21:04 UTC |