alex :
my $parser = XML::LibXML->new(); <- this does not make sense if you use simpleXML
alex – you’re absolutly right. I forgot to remove this line in the post. Thanks for your hint.
“<$input” <- uh?
Encoding error of the wordpress syntax-hightlighting plugin in conjunction with the language-plugin. It’s not written perl – what do you expect? But again – thanks
my @lines = ; <- hmm
And again – thanks. This wordpress runs me mad sometimes: The editor is trying to escape and unescape my sourcecode, and so removes sometimes parts of the source, since it thinks it is invalid html.
Pingback: Best XML module for perl? XML::LibXML vs. XML::Mini::Document | No technical expert advice can be found here ;)
my $parser = XML::LibXML->new(); <- this does not make sense if you use simpleXML
“<$input” <- uh?
my @lines = ; <- hmm
alex – you’re absolutly right. I forgot to remove this line in the post. Thanks for your hint.
Encoding error of the wordpress syntax-hightlighting plugin in conjunction with the language-plugin. It’s not written perl – what do you expect? But again – thanks
And again – thanks. This wordpress runs me mad sometimes: The editor is trying to escape and unescape my sourcecode, and so removes sometimes parts of the source, since it thinks it is invalid html.
Thanks for the corrections.