coontie has asked for the wisdom of the Perl Monks concerning the following question:
is there a better way of doing this? (the code above works but ugly)foreach i in foo foreach j in foo foreach i in bar foreach j in bar COMPARE
Thank you.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: what's the best way to compare two 2D hashes?
by tlm (Prior) on Jun 22, 2005 at 19:09 UTC | |
Re: what's the best way to compare two 2D hashes?
by dragonchild (Archbishop) on Jun 22, 2005 at 19:12 UTC | |
Re: what's the best way to compare two 2D hashes?
by moot (Chaplain) on Jun 22, 2005 at 20:57 UTC | |
Re: what's the best way to compare two 2D hashes?
by ambrus (Abbot) on Jun 22, 2005 at 20:03 UTC | |
Re: what's the best way to compare two 2D hashes?
by borisz (Canon) on Jun 23, 2005 at 08:30 UTC | |
by coontie (Sexton) on Jun 23, 2005 at 19:18 UTC | |
Re: what's the best way to compare two 2D hashes?
by TedPride (Priest) on Jun 22, 2005 at 21:55 UTC |