ler224 has asked for the wisdom of the Perl Monks concerning the following question:
%h = ( "a" => 1, "b" => 2); %h2 = ( "a" => 1, "b" => 2); if(is_deeply(\%h,\%h2)){ <do something> }else{ <do something else> }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Test::More is_deeply() If..Then?
by Anonymous Monk on May 29, 2014 at 03:19 UTC | |
by ler224 (Acolyte) on May 29, 2014 at 03:25 UTC |