I have a Perl script that gets a XML response from another web service. The XML response is contained in a variable called $response.
Does anyone have an example Perl script that will get the information from this so I can put it in a more readable form?
Thanks...