![]() |
|
Do you know where your variables are? | |
PerlMonks |
Answer: How do I test the deep equality of two hash tables?by cmeyer (Pilgrim) |
on May 22, 2005 at 03:24 UTC ( #459306=categorized answer: print w/replies, xml ) | Need Help?? |
Q&A > hashes > How do I test the deep equality of two hash tables? - Answer contributed by cmeyer
Another way to compare to arbitrarily complex data structures is to use canonical serialization. Storable is one module that provides this capability. For example:
|
|