in reply to
I wouldn't use a regex here
in thread
Big, bad, ugly regex problem
In addition to
Parse::RecDescent
(which is EXCELLENT --- I am using it 2 hours per day --- it has a ton of awesome features), DCONWAY has also written
Text::Balanced
which has an HTML/XML tag-parsing function built in.
Comment on
RE: I wouldn't use a regex here
In Section
Seekers of Perl Wisdom