Help for this page

Select Code to Download


  1. or download this
    my $h_data1 = {
             '756' => {                                   
    ...
                       'time' => '0.00639796257019043',         
                      }
                       };
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    
    is_deeply(ignore_fields($h_data1), ignore_fields($h_data2), "is_deeply
    +");