in reply to Re: Comparing unordered hierarchical arrays
in thread Comparing unordered hierarchical arrays

I don't think

my $ha = [ [1,2], [5,5,5], [1,2], [3,4] ]; my $hb = [ [1,3], [5,5,5], [1,2], [2,4] ];
are supposed to compare equal, as your function will return.

After Compline,
Zaxo