Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^3: Can someone please write a *working* JSON module

by Anonymous Monk
on Oct 26, 2021 at 08:48 UTC ( [id://11138052]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    eval { step_1(); 1; } or handle_error_1();
    eval { step_2(); 1; } or handle_error_2();
    eval { step_3(); 1; } or handle_error_3();
    eval { step_4(); 1; } or handle_error_4();
    
  2. or download this
    step_1() or handle_error_1();
    step_2() or handle_error_2();
    step_3() or handle_error_3();
    step_4() or handle_error_4();
    
  3. or download this
    try {
     step_1();
    ...
    } catch {
     handle_overall_error();
    };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (1)
As of 2024-04-19 00:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found