From my point of view is_deeply() is an extended ok(), which also walks
arrays, hashes and other (possible nested) structures, and then compares
_each_ element.
This is how I've always seen it, assuming Tels meant is() instead of ok() above.
-- c
From my point of view is_deeply() is an extended ok(), which also walks
arrays, hashes and other (possible nested) structures, and then compares
_each_ element.