in reply to
How do I compare/match deeply nested (complex) data structures?
You can use the function
is_deeply
from the core module
Test::More
.
Comment on
Re: How do I compare/match deeply nested (complex) data structures?
Download
Code
In Section
Seekers of Perl Wisdom