in reply to Re^2: Encode throws "Wide character in subroutine entry" when using XML::Simple
in thread Encode throws "Wide character in subroutine entry" when using XML::Simple
Nope. This still throws the same errors:
open(my $fh, '<', $file); binmode($fh); my $xml = XML::Simple->new(); $self->{ettx} = $xml->XMLin($fh, ForceArray => ['map'], KeyAttr => {}, ) ->{table};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Encode throws "Wide character in subroutine entry" when using XML::Simple
by ikegami (Patriarch) on Dec 12, 2010 at 02:48 UTC | |
by nglenn (Beadle) on Dec 13, 2010 at 18:14 UTC | |
by ikegami (Patriarch) on Dec 14, 2010 at 00:31 UTC |