in reply to Re^2: Parse XML with Perl regex
in 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.
|
|---|