use XML::Simple; .. my @outputInfo = qx[$cmd]; my $ref = XMLin(@outputInfo);
The execution shows: Options must be name=>value pairs (odd number supplied)
The start of the output contains a string: "Starting webservices call..." etc followed by <> xml tags on the next line. Is that the reason XMLin could not treat this as a valid xml doc. Or should we only use scalar vars in XMLin (I have used an array)?
In reply to XML parsing by raju_400
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |