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


in reply to XML parsing vs regex

I just had the same issue for an application I developed for a client. For lookups of single values I use regexps, since it saves code. For more complex matters I use XML:TreePP which should be also sufficient for your purpose. Just watch your regexp and the solution should be OK for your case!

K

The best medicine against depression is a cold beer!