in reply to
How to grab a portion of file with regex
Parsing HTML with regexes is really hard. You are better off using an
HTML Parser
and coding from there.
Comment on
Re: How to grab a portion of file with regex
In Section
Seekers of Perl Wisdom