Help for this page

Select Code to Download


  1. or download this
    {                                                                     
    +           
        "root": {                                  
    ...
            }
        ]
    }
    
  2. or download this
            push @{ $href->{test} }, {
                group  => $group,
                values => [ sort uniq $value, @{ $href->{values} // [] } ]
            };
    
  3. or download this
        my $test_num = 0;
        for my $file ( @test_files ) {
    ...
                push @{ $href->{ $test_num }{ $group } }, $value;
            }
        }