Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: Getting error while decoding JSON object via POST method

by perlCrazy (Monk)
on Feb 06, 2013 at 10:26 UTC ( [id://1017378]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    else{
        print " inside falied block\n";
    }
    
  2. or download this
    #use cgi.pm to get json as input
        my $q = CGI->new;
    ...
        print $q->header("application/json");
        #print Dumper($input);
        print $json->encode({ c => $c });
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (6)
As of 2024-04-23 12:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found