What is the most efficient way to search in XML files with Perl?

Creative4i

New Member
I have a web app written in Perl. Now I would like to add a new feature, which needs to visit some XML files (about 200) and parse out some information to show on the web page. I used \[code\]XML::path\[/code\] package to search the XML files one by one, but this is just too slow. Do you have some suggestions to accelerate this process?
 
Top