in reply to Dynamically create a foreach loop within a foreach loop?
Here's a recent question that covers effectively the same problem (except for an array-of-arrays instead of an array-of-hashes): Variable number of foreach loops
---Update:---
To summarize, the options seem to be:
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Dynamically create a foreach loop within a foreach loop?
by jdlev (Scribe) on Dec 11, 2013 at 11:52 UTC | |
by smls (Friar) on Dec 11, 2013 at 12:22 UTC |