in reply to Reading Xml files

Sounds to me like you're looking for XPath. See XML::XPath or XML::LibXML.

--
<http://dave.org.uk>

"The first rule of Perl club is you do not talk about Perl club."
-- Chip Salzenberg

Replies are listed 'Best First'.
Re^2: Reading Xml files
by mirod (Canon) on Mar 02, 2006 at 15:23 UTC

    Or xml_grep2:

    xml_grep2 -l '//edman[.="Hello"]' *.xml