in reply to
Matching parens on a regex is beating me
Someone relatively recently pointed me to
Text::Balanced
. That's a non-regex (er... partially regex based?) way to do it.
-Paul
Comment on
Re: Matching parens on a regex is beating me
In Section
Seekers of Perl Wisdom