in reply to andye Re: How to test equality of hashes?
in thread How to test equality of hashes?
PS If anyone can tell me how to get this hash-flattened-into-an-array behaviour without a sub, I'd be interested. I've been fiddling around with the syntax trying to get that.
if ( "@{[%hash1]}" eq "@{[$hash2]}" ) { # foo ... }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: (ar0n) Re (2): How to test equality of hashes?
by aufflick (Deacon) on Sep 14, 2004 at 06:42 UTC |