Help for this page

Select Code to Download


  1. or download this
    ###############################################
    #       Decode json file contents and
    #         return the text in 'DescRaw'
    
  2. or download this
        my $ref_json_str = extract_json_from_lqm( $lqm_file );
        return '' if not $ref_json_str;
    ...
        $header .= "-"x79 . "\n";
        $header = '' if $suppress_header;
        return $header . $extracted_text;
    
  3. or download this
        my $ref_json_str = extract_json_from_lqm( $lqm_file );
    
    ...
        $header = '' if $suppress_header;
    
        return $header . $extracted_text;