Help for this page

Select Code to Download


  1. or download this
        {                                      
            "test": [          
    ...
                }                              
            ]                                  
        }
    
  2. or download this
        open(my $fh, '<', "$file_path") or return 0;
        while (my $line = <$fh>) {
    ...
            }
            push(@{$href->{"test"}},\%a);
        }
    
  3. or download this
    {                                                                     
    +           
        "root": [                                  
    ...
            }
        ]
    }
    
  4. or download this
    sub parse_file {
        my ($file_path,$href) = @_;
    ...
        prase_results_raw($all,\%data);
        push(@all_data,\%data);
    }
    
  5. or download this
    {                                                                     
    +           
        "root": [                                  
    ...
            }
        ]
    }