KeighleHawk has asked for the wisdom of the Perl Monks concerning the following question:
Am I missing something obvious here? I don't want to change the actual data in the structures. I also don't want to just stringify it because I want the diagnostics that come with Test::More to show what values actually fail. Ideas?return cmp_deeply( lc($Expected) , lc($AcTuaL) , "This is my case insensitive comparison" );
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: case insensitive deep comparison
by robby_dobby (Hermit) on Jun 25, 2015 at 03:16 UTC | |
Re: case insensitive deep comparison
by davido (Cardinal) on Jun 25, 2015 at 02:46 UTC | |
by robby_dobby (Hermit) on Jun 25, 2015 at 03:10 UTC |