Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        }
         print "unfold_hash ", $res_hr ? scalar %$res_hr : 0, "\n";
    }
    
  2. or download this
    my $result_hr={};
    unfold_hash($data, $result_hr);
    print Dumper $result_hr;