http://www.perlmonks.org?node_id=1029239


in reply to perl & XML: getting last child?

Indeed.   When you are doing any sort of real-world work with an XML file, “get to know XPath expressions .. very well.”   Don’t write procedural (Perl...) code, whose procedural structure will necessarily be tied more-or-less to that of the structure you’re parsing.   Instead, write an XPath expression to push, as much as possible, the entire responsibility into the library’s hands.   Just as you do every day with an SQL query ...

Replies are listed 'Best First'.
Re^2: perl & XML: getting last child?
by Anonymous Monk on Apr 18, 2013 at 03:15 UTC

    Well , no duh, that's what the OP is asking about, that your post doesn't answer -- typical sundialsvc4