Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^17: json return value

by Anonymous Monk
on Jul 30, 2013 at 13:16 UTC ( [id://1047018]=note: print w/replies, xml ) Need Help??


in reply to Re^16: json return value
in thread json return value

so Dumper the $query

Replies are listed 'Best First'.
Re^18: json return value
by stenasc (Novice) on Jul 30, 2013 at 13:53 UTC

    Can you be more detailed please? What variable should I dump. Here is my current server side code.

    #!/usr/bin/env perl use strict; use warnings; use CGI (); use JSON::PP (); use Data::Dumper; $CGI::PARAM_UTF8=0; my $q = CGI->new; my $data = $q->param('POSTDATA'); my $json = JSON::PP->new->utf8; print $q->header("application/json"); print Dumper($data);

      Can you be more detailed please? What variable should I dump. Here is my current server side code.

      Dumper($q)

Log In?
Username:
Password:

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

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

    No recent polls found