in reply to XML Parsing
Have you tried using the XML::Simple module? As its name implies, this module is very simple to use for basic XML reading and writing (in case you decide to write in the future).
In the documentation for XML::Parser the parse method mentions that the first argument should be the source of the data, so perhaps this is what is causing you difficulty in your efforts.
I would recommend going with XML::Simple though, it has helped me quickly parse through many XML documents.
|
|---|