Perl module was 3.15, upgraded to 3.63. Still no difference.
$VAR1 = undef;
returned after I do a post to the website. Also tried setting $CGI::PARAM_UTF8=0; but again no difference.
The following php lines allow the data to be decoded correctly but again I'm no php expert.
$post_body = file_get_contents('php://input'); $jdata = CJSON::decode($post_body);
In reply to Re^16: json return value
by stenasc
in thread json return value
by stenasc
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |