--- "Matthew C. Peterson" <[EMAIL PROTECTED]> wrote:
> while reading the o'eilly book 'learning perl' i came across a section
> dealing with reg. expressions for html. they recommended grabbing a robust
> module from cpan to help with these, but i can't quite seem to find one
> specifically for th
From: "Matthew C. Peterson" <[EMAIL PROTECTED]>
> while reading the o'eilly book 'learning perl' i came across a section
> dealing with reg. expressions for html. they recommended grabbing a
> robust module from cpan to help with these, but i can't quite seem to
> find one specif
May we assume that you want to apply regexes to HTML to check formedness? Or
are you wanting to detect dangerous HTML in a document? It helps to state
what your goal is. :)
A good module to check out for general HTML mangling might be CPAN's
HTML::Parser which will "recognize markup and sepa