in reply to
copying and comparing objects
Try setting
$Storable::canonical
to true. The "CANONICAL REPRESENTATION" section of the
Storable
documentation briefly goes over comparing frozen data in this fashion.
Comment on
Re: copying and comparing objects
Download
Code
In Section
Seekers of Perl Wisdom