Johnstone, Colin [JC], on Friday, May 13, 2005 at 08:46 (+1000) made
these points:

JC> How can I parse HTML to find comment tags
JC> Specifically.
JC> <!--#include virtual ....

you can use simple regexp for this (not tested):

@tags = $html =~ /<!--([^>]+)/g;

--

How do you protect mail on web? I use http://www.2pu.net

[Flon's Law: There is not now, and never will be, a langua]



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to