in reply to XML::Smart - undesired decoding of special XML characters
This should explain your issue. :P
perl -le 'print "FALSE" ? "is true" : "is false"'If it that's not clearing it up, try this.
$test->{log}->{logentry}[0]->{msg}->set_binary(0);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: XML::Smart - undesired decoding of special XML characters
by NeedForPerl (Novice) on Oct 16, 2017 at 16:39 UTC |