Help for this page

Select Code to Download


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