Ing. Branislav Gerzo wrote:
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;
<!-- This is the comment. 5>3, Am I wrong? -->
--
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]
--
Vladimir D Belousov
HiTech solutions for business
http://businessreklama.ru
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>