in reply to Re^9: JSON::XS and blessings
in thread JSON::XS and blessings
And yes, I restarted apache several times while debugging this.
Back to the original problem: my understanding is that decode_json('{"a":true}')returns a ref to a hash with key 'a' and value true which isa JSON:PP:Boolean. If there a way to print attributes of decode_json('{"a":true}')->{a} such that I can compare them between the two servers?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^11: JSON::XS and blessings
by Anonymous Monk on Oct 16, 2015 at 02:50 UTC | |
by cshavit (Novice) on Oct 16, 2015 at 03:31 UTC |