http://www.perlmonks.org?node_id=1109336


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