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 separate it from plain text 
(alias data content) in HTML documents."  The HTML:: namespace has some 
interesting stuff if you haven't explicitly check it yet.

Hope this helps,

Nathanael




>===== Original Message 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
>specifically for this purpose.
>
>any one done this before, or have some direction for me?
>
>matt
>
>
>--
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to