- or download this
###############################################
# Decode json file contents and
# return the text in 'DescRaw'
- 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;
- or download this
my $ref_json_str = extract_json_from_lqm( $lqm_file );
...
$header = '' if $suppress_header;
return $header . $extracted_text;