in reply to Re^2: Parsing XML with XML::Simple
in thread Parsing XML with XML::Simple
$ perl -MXML::Simple -e "print XMLout({ a => 'a <b>' })" <opt a="a <b>" />
It could be the version you're using. The example above used
$ which_pm XML::Simple XML::Simple 2.13 c:/tools/apache/Perl/site/lib/XML/Simple.pm
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Parsing XML with XML::Simple
by madbombX (Hermit) on Dec 18, 2006 at 01:22 UTC | |
by GrandFather (Saint) on Dec 18, 2006 at 01:30 UTC | |
by Jenda (Abbot) on Dec 18, 2006 at 21:12 UTC |