in reply to Parse XML file to search a Key and Get its value

Show your code so far. If you don't have any, start with this:

#!/usr/bin/perl use strict; use warnings;

Then, have a look at File::Find or File::Find::Rule to find files and XML::LibXML to handle XML.

Alexander

--
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)