- or download this
<root>
<ROW>
...
</ROW>
...
</root>
- or download this
use XML::Simple;
my($xmlstring)=<>;
my($xmlObj)=XML::Simple->new(noattr=>1);
my($dataref)=$xmlObj->XMLin($xmlstring);
- or download this
my($xmlstring)=$r->param('xmlString');
- or download this
Can't use string (" barba") as a symbol ref while "strict
refs" in use at /usr/local/lib/perl5/site_perl/5.6.1/i586
linux/XML/Parser/Expat.pm line 456.
- or download this
eval {
$ioref = *{$arg}{IO};
};
undef $@;