![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Re: Comparing contents of 2 Hashes of Hashesby premchai21 (Curate) |
on Aug 16, 2001 at 22:42 UTC ( #105464=note: print w/replies, xml ) | Need Help?? |
Use any serializer; the most common is Data::Dumper, but there's also XML::Dumper, Data::Denter, plus a few others. You can just eq the serialized versions, or if they're big, eq the MD5ed serialized versions.
In Section
Seekers of Perl Wisdom
|
|