in reply to Re^2: comparing nested data structures
in thread comparing nested data structures

If the dumping and diffing can be done using XS, then so can the recursive comparison.

Replies are listed 'Best First'.
Re^4: comparing nested data structures
by LanX (Saint) on Nov 02, 2011 at 10:21 UTC
    Dumping and diffing can already be done using XS (respectively built-ins) in practice.

    Cheers Rolf