Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Critique requested for module code - QuickMemo+ reader

by stevieb (Canon)
on Jan 24, 2021 at 18:22 UTC ( [id://11127384]=note: print w/replies, xml ) Need Help??

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;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11127384]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-03-28 20:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found