- or download this
<?xml version="1.0"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envel
+ope/">
...
</dlwmin:getBookById>
</soapenv:Body>
</soapenv:Envelope>
- or download this
use strict;
use warnings;
...
print("$bk - $bk_name");
}
}
- or download this
use strict;
use XML::Simple;
...
my $doc = XMLin('out.xml');
print Dumper($doc);