in reply to Re: Parse XML with Perl regexin thread Parse XML with Perl regex
Using a proper parser module instead of using ad-hoc regular expressions is the actual help you need. Parsing arbitrary XML with regular expressions does not work, especially if you're new to Perl.