http://qs321.pair.com?node_id=193318

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Im trying to find a deepequals function/method, something like
$b = dclone($a);
if (deepequals($a,$b) {
   print " $a $b are equal, one is a clone of the other\n";
}
is there such a beast on CPAN that I missed ?