I'm guessing this maybe unicode related, try adding
my $name = $attr->getValue(); use Devel::Peek; Dump($name); $name = Encode::encode( 'latin1', $name ); Dump($name);
or just
pojmy $name = $attr->getValue(); $name = substr($name,0);
In reply to Re: LibXML and %ENV in 5.18 on Windows
by poj
in thread LibXML and %ENV in 5.18 on Windows
by gweekly
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |