![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
how to decode JSON::PP::Booleanby gabrielsousa (Sexton) |
on Dec 06, 2017 at 15:55 UTC ( #1205018=perlquestion: print w/replies, xml ) | Need Help?? |
gabrielsousa has asked for the wisdom of the Perl Monks concerning the following question:
i have this string $VAR1 = \bless( do{\(my $o = 0)}, 'JSON::PP::Boolean' ); i have this error: sh: -c: line 0: syntax error near unexpected token `(' sh: -c: line 0: `echo "malformed JSON string, neither tag, array, object, number, string or atom, at character offset 0 (before "(end of string)") at ./test-mail365.pl line 102.' malformed JSON string, neither tag, array, object, number, string or atom, at character offset 0 (before "(end of string)") at ./test-mail365.pl line 102.
Back to
Seekers of Perl Wisdom
|
|