![]() |
|
good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
Re: How do I test the deep equality of two hash tables?by cmeyer (Pilgrim) |
on May 22, 2005 at 03:24 UTC ( #459306=note: print w/replies, xml ) | Need Help?? |
Another way to compare to arbitrarily complex data structures is to use canonical serialization. Storable is one module that provides this capability. For example:
In Section
Seekers of Perl Wisdom
|
|