in reply to Re: Parse XML with Perl regex
in thread Parse XML with Perl regex

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^3: Parse XML with Perl regex
by Corion (Patriarch) on Jul 08, 2010 at 13:42 UTC

    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.